reactive/webflux/method

This commit is contained in:
Rob Winch 2020-07-27 16:20:58 -05:00
parent a54a4c5c5f
commit 7a43449b1e

View File

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