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 4cb4163 commit 1a0bb4aCopy full SHA for 1a0bb4a
backend/app/tests/api/routes/test_users.py
@@ -78,7 +78,7 @@ def test_get_existing_user_as_superuser(
78
79
def test_get_non_existing_user_as_superuser(
80
client: TestClient, superuser_token_headers: dict[str, str]
81
-):
+) -> None:
82
r = client.get(
83
f"{settings.API_V1_STR}/users/{uuid.uuid4()}",
84
headers=superuser_token_headers,
0 commit comments