Skip to content

Commit be38293

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2f063b9 commit be38293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_gateway.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ def test_gateway_request_with_expiring_cookies(
399399
cookie.load("SERVERID=1234567; Path=/")
400400
if expire_arg == "Expires":
401401
expire_param = format_datetime(
402-
datetime.now(tz=timezone.utc) +
403-
timedelta(seconds=expire_param))
402+
datetime.now(tz=timezone.utc) + timedelta(seconds=expire_param)
403+
)
404404
if expire_arg:
405405
cookie["SERVERID"][expire_arg] = expire_param
406406

0 commit comments

Comments
 (0)