From a682ff400af69d75cebb90284f1f6ecf9435f1d4 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Bigourdan <10694593+PyvesB@users.noreply.github.com>
Date: Sat, 29 Jan 2022 17:33:02 +0000
Subject: [PATCH] Fix [Nexus] test (#7547)

---
 services/nexus/nexus.tester.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/nexus/nexus.tester.js b/services/nexus/nexus.tester.js
index 3dde3dcd8a..aa802c5413 100644
--- a/services/nexus/nexus.tester.js
+++ b/services/nexus/nexus.tester.js
@@ -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({
-- 
GitLab