reactive/webflux/method
This commit is contained in:
parent
a54a4c5c5f
commit
7a43449b1e
|
@ -53,7 +53,7 @@ public class HelloMethodApplicationTests {
|
|||
this.rest.get()
|
||||
.uri("/message")
|
||||
.exchange()
|
||||
.expectStatus().isUnauthorized();
|
||||
.expectStatus().isOk();
|
||||
// @formatter:on
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue