diff --git a/src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy b/src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy index 28f4decd..05b6aa7a 100644 --- a/src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy +++ b/src/test/groovy/sdkman/specs/CurrentCommandSpec.groovy @@ -32,13 +32,11 @@ class CurrentCommandSpec extends SdkmanEnvSpecification { "vertx" ] - curlStub.primeWith("http://localhost:8080/app/version", "echo x.y.z").build() bash = sdkmanBashEnvBuilder .withCurlStub(curlStub) .withOfflineMode(false) .withAvailableCandidates(allCandidates) .withCandidates(installedCandidates.keySet().toList()) - .withVersionFile("x.y.z") .build() prepareFoldersFor(installedCandidates)