File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
web/src/test/java/org/springframework/security/web/server/csrf Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package org .springframework .security .web .server .csrf ;
18
18
19
- import static org .assertj .core .api .Assertions .assertThat ;
20
-
21
19
import java .time .Duration ;
22
20
23
21
import org .junit .Test ;
28
26
import org .springframework .mock .web .server .MockServerWebExchange ;
29
27
import org .springframework .util .StringUtils ;
30
28
29
+ import static org .assertj .core .api .Assertions .assertThat ;
30
+
31
31
/**
32
32
* @author Eric Deandrea
33
33
* @since 5.1
@@ -111,7 +111,7 @@ public void saveTokenWhenHttpOnlyFalseThenHttpOnlyFalse() {
111
111
112
112
@ Test
113
113
public void saveTokenWhenCustomPropertiesThenCustomProperties () {
114
- setExpectedDomain (". spring.io" );
114
+ setExpectedDomain ("spring.io" );
115
115
setExpectedCookieName ("csrfCookie" );
116
116
setExpectedPath ("/some/path" );
117
117
setExpectedHeaderName ("headerName" );
You can’t perform that action at this time.
0 commit comments