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