Skip to content

Commit

Permalink
Fix Time String
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Mar 25, 2024
1 parent c7bfd4a commit de85428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def _callback(request):


def get_test_time():
return datetime.datetime.fromisoformat("2024-04-04T04:44:44Z")
return datetime.datetime.fromisoformat("2024-04-04T04:44:44")

0 comments on commit de85428

Please sign in to comment.