mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-18 20:39:46 +00:00
test(auth): forced utc in recovery tests
This commit is contained in:
parent
4d893d56b2
commit
e78bcca9f2
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ from tests.common import (
|
||||||
)
|
)
|
||||||
|
|
||||||
# Graphql API's output should be timezone-naive
|
# Graphql API's output should be timezone-naive
|
||||||
from tests.common import five_minutes_into_future_naive as five_minutes_into_future
|
from tests.common import five_minutes_into_future_naive_utc as five_minutes_into_future
|
||||||
from tests.common import five_minutes_into_past_naive as five_minutes_into_past
|
from tests.common import five_minutes_into_past_naive_utc as five_minutes_into_past
|
||||||
|
|
||||||
from tests.test_graphql.api_common import (
|
from tests.test_graphql.api_common import (
|
||||||
assert_empty,
|
assert_empty,
|
||||||
|
|
Loading…
Add table
Reference in a new issue