Skip to content

Commit

Permalink
Fix QuarkusTestResourceLifecycleManager bug
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b8dbc5)
  • Loading branch information
ismailbaskin authored and gsmet committed Mar 23, 2021
1 parent 64cc205 commit c140b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ public class WiremockCountries implements QuarkusTestResourceLifecycleManager {
stubFor(get(urlMatching(".*")).atPriority(10).willReturn(aResponse().proxiedFrom("https://restcountries.eu/rest"))); // <5>
return Collections.singletonMap("org.acme.getting.started.country.CountriesService/mp-rest/url", wireMockServer.baseUrl()); // <6>
return Collections.singletonMap("org.acme.rest.client.CountriesService/mp-rest/url", wireMockServer.baseUrl()); // <6>
}
@Override
Expand Down

0 comments on commit c140b9f

Please sign in to comment.