Polish
This commit is contained in:
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);
|
||||
|
|
Loading…
Reference in New Issue