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 bf2b5c4 commit d0a4eb2Copy full SHA for d0a4eb2
tests/test_units/test_auth/test_utils.py
@@ -14,6 +14,6 @@ def test_get_expires_at():
14
def test_is_expired():
15
# correctness not tested, but none of these should raise an exception
16
_is_expired("2024-10-01T14:26:21")
17
- _is_expired("2024-10-01T14:26:21Z")
+ _is_expired("2024-10-01T14:26:21+00:00")
18
_is_expired(datetime.datetime.now())
19
_is_expired(datetime.datetime.now(datetime.timezone.utc))
0 commit comments