Skip to content

Commit

Permalink
renaming left over
Browse files Browse the repository at this point in the history
  • Loading branch information
tvallin committed Nov 8, 2024
1 parent a1b5701 commit 2bb97a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void snippet_6(WebTarget target) {
.path("greet")
.request()
.header(HttpHeaders.AUTHORIZATION, "Basic " + encoding)
.get(GreetingMessage.class);
.get(Message.class);

assertThat(jsonMessage.getMessage(), is("Hello World!"));
// end::snippet_4[]
Expand Down

0 comments on commit 2bb97a8

Please sign in to comment.