Skip to content

Commit

Permalink
change nexus test for valid version (#10609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jNullj authored Oct 13, 2024
1 parent d00c4de commit a8a1e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/nexus/nexus.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ t.create('Nexus 3 - search release version of an nonexistent artifact')

t.create('Nexus 3 - search snapshot version valid snapshot artifact')
.get(
'/s/com.tomkeuper.bedwars/bedwars-api.json?server=https://repo.tomkeuper.com&nexusVersion=3',
'/s/net.voxelpi.event/event.json?server=https://repo.voxelpi.net&nexusVersion=3',
)
.expectBadge({
label: 'nexus',
Expand Down

0 comments on commit a8a1e77

Please sign in to comment.