1
0
mirror of synced 2026-05-22 21:33:16 +00:00
This commit is contained in:
Rob Winch
2017-11-15 10:09:37 -06:00
parent 942b51dba7
commit a6733fae50
@@ -97,7 +97,8 @@ public class EnableWebFluxSecurityTests {
.build();
FluxExchangeResult<String> result = client.get()
.attributes(basicAuthenticationCredentials("user", "password")).exchange()
.attributes(basicAuthenticationCredentials("user", "password"))
.exchange()
.expectStatus()
.isOk()
.returnResult(String.class);