mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Polishing
Closes gh-26878
This commit is contained in:
-1
@@ -496,7 +496,6 @@ class MockHttpServletResponseTests {
|
||||
String expiryDate = "Tue, 8 Oct 2019 19:50:00 GMT";
|
||||
String cookieValue = "SESSION=123; Path=/; Expires=" + expiryDate;
|
||||
response.addHeader(SET_COOKIE, cookieValue);
|
||||
System.err.println(response.getCookie("SESSION"));
|
||||
assertThat(response.getHeader(SET_COOKIE)).isEqualTo(cookieValue);
|
||||
|
||||
assertNumCookies(1);
|
||||
|
||||
Reference in New Issue
Block a user