reactive/webflux/method
This commit is contained in:
parent
a54a4c5c5f
commit
7a43449b1e
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue