Browse Source

reactive/webflux/method

Rob Winch 5 years ago
parent
commit
7a43449b1e

+ 1 - 1
reactive/webflux/method/src/test/java/example/HelloMethodApplicationTests.java

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