We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f063b9 commit be38293Copy full SHA for be38293
tests/test_gateway.py
@@ -399,8 +399,8 @@ def test_gateway_request_with_expiring_cookies(
399
cookie.load("SERVERID=1234567; Path=/")
400
if expire_arg == "Expires":
401
expire_param = format_datetime(
402
- datetime.now(tz=timezone.utc) +
403
- timedelta(seconds=expire_param))
+ datetime.now(tz=timezone.utc) + timedelta(seconds=expire_param)
+ )
404
if expire_arg:
405
cookie["SERVERID"][expire_arg] = expire_param
406
0 commit comments