mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
fix uuid
This commit is contained in:
@@ -90,7 +90,7 @@ def test_create_invited_user(
|
||||
)
|
||||
|
||||
mocked.assert_called_once_with(
|
||||
[(str(notification.id))], queue="notify-internal-tasks"
|
||||
[(str(notification.id))], queue="notify-internal-tasks", countdown=30
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user