Skip to content

Commit

Permalink
Fix [Nexus] test (#7547)
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jan 29, 2022
1 parent 5b29290 commit a682ff4
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 @@ -313,7 +313,7 @@ t.create('Nexus 3 - search release version without snapshots')
.get(
// Limit the version from above, so that any later artifacts don't break this test.
`/r/org.pentaho.adaptive/pdi-engines.json?server=https://nexus.pentaho.org&nexusVersion=3&queryOpt=${encodeURIComponent(
':maven.baseVersion=<8.1.0.0'
':maven.baseVersion=<8.0.0.1'
)}`
)
.expectBadge({
Expand Down

0 comments on commit a682ff4

Please sign in to comment.