Skip to content

Commit

Permalink
fix test for java11.
Browse files Browse the repository at this point in the history
  • Loading branch information
RafeArnold committed Jul 26, 2024
1 parent 0470664 commit c1f34d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void descriptorFileCanBeReloadedAtRuntime() throws Exception {

HttpClient httpClient = HttpClient.newHttpClient();
HttpRequest loadFileDescriptorsHttpRequest =
HttpRequest.newBuilder(URI.create(wm.baseUrl()).resolve("__admin/ext/grpc/reset"))
HttpRequest.newBuilder(URI.create(wm.baseUrl()).resolve("/__admin/ext/grpc/reset"))
.POST(HttpRequest.BodyPublishers.noBody())
.build();

Expand Down

0 comments on commit c1f34d4

Please sign in to comment.