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 271a9d0 commit b181f2eCopy full SHA for b181f2e
1 file changed
diracx-routers/tests/jobs/test_query.py
@@ -202,10 +202,8 @@ def test_insert_malformed_jdl(normal_user_client):
202
minute=0,
203
second=0,
204
microsecond=123456,
205
- # astimezone call below adds the local tz
206
- # to this otherwise naive object
207
- tzinfo=None,
208
- ).astimezone()
+ tzinfo=timezone.utc,
+ )
209
)
210
def test_insert_and_search_by_datetime(normal_user_client):
211
"""Test inserting a job and then searching for it.
0 commit comments