mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
remove pytz remnants
This commit is contained in:
@@ -183,7 +183,7 @@ def test_create_scheduled_job(client, sample_template, mocker, fake_uuid):
|
||||
assert resp_json["data"]["id"] == fake_uuid
|
||||
assert (
|
||||
resp_json["data"]["scheduled_for"]
|
||||
== datetime(2016, 1, 5, 11, 59, 0, tzinfo=ZoneInfo.UTC).isoformat()
|
||||
== datetime(2016, 1, 5, 11, 59, 0, tzinfo=ZoneInfo("UTC")).isoformat()
|
||||
)
|
||||
assert resp_json["data"]["job_status"] == JobStatus.SCHEDULED
|
||||
assert resp_json["data"]["template"] == str(sample_template.id)
|
||||
|
||||
Reference in New Issue
Block a user