mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 02:23:32 -04:00
migrate bst_date to local_date
This commit is contained in:
@@ -1762,7 +1762,7 @@ def test_get_service_ids_with_notifications_on_date_checks_ft_status(
|
||||
sample_template,
|
||||
):
|
||||
create_notification(template=sample_template, created_at='2022-01-01T09:30')
|
||||
create_ft_notification_status(template=sample_template, bst_date='2022-01-02')
|
||||
create_ft_notification_status(template=sample_template, local_date='2022-01-02')
|
||||
|
||||
assert len(get_service_ids_with_notifications_on_date(SMS_TYPE, date(2022, 1, 1))) == 1
|
||||
assert len(get_service_ids_with_notifications_on_date(SMS_TYPE, date(2022, 1, 2))) == 1
|
||||
|
||||
Reference in New Issue
Block a user