mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 12:59:48 -04:00
More fixes, removing literal "created" from code.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -570,8 +570,8 @@ def test_fetch_notification_statuses_for_job(sample_template):
|
||||
)
|
||||
|
||||
assert {x.status: x.count for x in fetch_notification_statuses_for_job(j1.id)} == {
|
||||
"created": 5,
|
||||
"delivered": 2,
|
||||
NotificationStatus.CREATED: 5,
|
||||
NotificationStatus.DELIVERED: 2,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user