From 997cb0953cb22f6d3bb6c65a80224571691e6230 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sat, 24 Aug 2019 12:25:11 -0500 Subject: [PATCH] tests: improve durability of nexus service test (#3911) --- services/nexus/nexus.tester.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/nexus/nexus.tester.js b/services/nexus/nexus.tester.js index ecc1f32380..bf57fc61cb 100644 --- a/services/nexus/nexus.tester.js +++ b/services/nexus/nexus.tester.js @@ -25,7 +25,9 @@ t.create('search release version of an nonexistent artifact') t.create('search snapshot version valid snapshot artifact') .timeout(15000) - .get('/s/com.google.guava/guava.json?server=https://oss.sonatype.org') + .get( + '/s/org.fusesource.apollo/apollo-karaf-feature.json?server=https://repository.jboss.org/nexus' + ) .expectBadge({ label: 'nexus', message: isVersion,