mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
fix uuid
This commit is contained in:
@@ -796,7 +796,7 @@ def test_should_persist_notification(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
mocked.assert_called_once_with([fake_uuid], queue=queue_name)
|
mocked.assert_called_once_with([fake_uuid], queue=queue_name, countdown=30)
|
||||||
assert response.status_code == 201
|
assert response.status_code == 201
|
||||||
|
|
||||||
notification = notifications_dao.get_notification_by_id(fake_uuid)
|
notification = notifications_dao.get_notification_by_id(fake_uuid)
|
||||||
|
|||||||
Reference in New Issue
Block a user