notify-260 remove server-side timezone handling

This commit is contained in:
Kenneth Kehl
2023-05-10 08:39:50 -07:00
parent 2caeaa5be3
commit 08c1ad75c8
31 changed files with 143 additions and 175 deletions

View File

@@ -117,7 +117,7 @@ def test_fetch_count_of_complaints(sample_email_notification):
count_of_complaints = fetch_count_of_complaints(start_date=datetime(2018, 6, 7),
end_date=datetime(2018, 6, 7))
assert count_of_complaints == 3
assert count_of_complaints == 5
def test_fetch_count_of_complaints_returns_zero(notify_db_session):