reactive/webflux/method

This commit is contained in:
Rob Winch 2020-07-27 16:20:58 -05:00
parent a54a4c5c5f
commit 7a43449b1e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class HelloMethodApplicationTests {
this.rest.get() this.rest.get()
.uri("/message") .uri("/message")
.exchange() .exchange()
.expectStatus().isUnauthorized(); .expectStatus().isOk();
// @formatter:on // @formatter:on
} }