mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Polish
Formatting changes
This commit is contained in:
parent
21f8ee7f36
commit
426e24c18e
@ -67,7 +67,9 @@ public class EnableWebFluxSecurityTests {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void defaultRequiresAuthentication() {
|
public void defaultRequiresAuthentication() {
|
||||||
WebTestClient client = WebTestClientBuilder.bindToWebFilters(this.springSecurityFilterChain).build();
|
WebTestClient client = WebTestClientBuilder
|
||||||
|
.bindToWebFilters(this.springSecurityFilterChain)
|
||||||
|
.build();
|
||||||
|
|
||||||
client.get()
|
client.get()
|
||||||
.uri("/")
|
.uri("/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user