This commit is contained in:
Kenneth Kehl
2025-01-10 16:25:26 -08:00
parent bf3fc43e87
commit 44ce495190
7 changed files with 25 additions and 17 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", countdown=30
[(str(notification.id))], queue="notify-internal-tasks", countdown=30
)