Skip to content

Commit f38e081

Browse files
committed
fix: broken tests
1 parent edbdd6e commit f38e081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/sdkman/stubs/WebServiceStub.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class WebServiceStub {
4040
.withStatus(302)
4141
headers.each { responseBuilder.withHeader(it.key, it.value) }
4242

43-
stubFor(get(urlEqualTo("/broker/download/${candidate}/${version}/${platform}"))
43+
stubFor(get(urlEqualTo("/download/${candidate}/${version}/${platform}"))
4444
.willReturn(responseBuilder))
4545

4646
stubFor(get(urlEqualTo("/$binary")).willReturn(

0 commit comments

Comments
 (0)