mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
fix contact list bst bug
the api returns UTC timestamps, we should keep them as UTC timestamps until the very last moment, and only convert them into BST when we know we want to return to a user (ie: in contact-list.html and other places like that)
This commit is contained in:
@@ -458,7 +458,7 @@ def test_cant_save_bad_contact_list(
|
||||
(False, 'Not used yet.'),
|
||||
(True, 'Not used in the last 7 days.'),
|
||||
])
|
||||
@freeze_time('2020-03-13 16:51:56')
|
||||
@freeze_time('2020-06-13 16:51:56')
|
||||
def test_view_contact_list(
|
||||
mocker,
|
||||
client_request,
|
||||
|
||||
Reference in New Issue
Block a user