mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
notify-260 remove server-side timezone handling
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user