We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1aabba commit e2e812aCopy full SHA for e2e812a
services/web/server/tests/unit/with_dbs/03/invitations/test_users_accounts_rest_registration.py
@@ -6,6 +6,7 @@
6
# pylint: disable=unused-variable
7
8
9
+import asyncio
10
from collections.abc import AsyncGenerator
11
from http import HTTPStatus
12
from typing import Any
@@ -458,7 +459,6 @@ async def test_reject_user_account(
458
459
460
# 4. Verify rejection email was sent
461
# Wait a bit for fire-and-forget task to complete
- import asyncio
462
463
await asyncio.sleep(0.1)
464
@@ -558,7 +558,6 @@ async def test_approve_user_account_with_full_invitation_details(
558
559
# 3. Verify approval email was sent
560
561
562
563
564
0 commit comments