This commit is contained in:
Kenneth Kehl
2025-01-10 14:35:03 -08:00
parent 6f7c7d2d66
commit c6d098743d
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ def test_create_invited_org_user(
# assert len(notification.personalisation["url"]) > len(expected_start_of_invite_url)
mocked.assert_called_once_with(
[(str(notification.id))], queue="notify-internal-tasks"
[(str(notification.id))], queue="notify-internal-tasks", countdown=30
)