Skip to content

Commit 8ba0d54

Browse files
committed
Make tests pass after 2030
1 parent d0a6ba8 commit 8ba0d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_cookiejar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ def test_update_cookies_from_headers_with_attributes() -> None:
13071307
"secure-cookie=value1; Secure; HttpOnly; SameSite=Strict",
13081308
"expiring-cookie=value2; Max-Age=3600; Path=/app",
13091309
"domain-cookie=value3; Domain=.example.com; Path=/",
1310-
"dated-cookie=value4; Expires=Wed, 09 Jun 2030 10:18:14 GMT",
1310+
"dated-cookie=value4; Expires=Wed, 09 Jun 3024 10:18:14 GMT",
13111311
]
13121312

13131313
jar.update_cookies_from_headers(headers, url)

0 commit comments

Comments
 (0)