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 1616
1717package org .springframework .security .web .server .csrf ;
1818
19- import static org .assertj .core .api .Assertions .assertThat ;
20-
2119import java .time .Duration ;
2220
2321import org .junit .Test ;
2826import org .springframework .mock .web .server .MockServerWebExchange ;
2927import org .springframework .util .StringUtils ;
3028
29+ import static org .assertj .core .api .Assertions .assertThat ;
30+
3131/**
3232 * @author Eric Deandrea
3333 * @since 5.1
@@ -111,7 +111,7 @@ public void saveTokenWhenHttpOnlyFalseThenHttpOnlyFalse() {
111111
112112 @ Test
113113 public void saveTokenWhenCustomPropertiesThenCustomProperties () {
114- setExpectedDomain (". spring.io" );
114+ setExpectedDomain ("spring.io" );
115115 setExpectedCookieName ("csrfCookie" );
116116 setExpectedPath ("/some/path" );
117117 setExpectedHeaderName ("headerName" );
You can’t perform that action at this time.
0 commit comments