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 1e1b80c commit bae24fcCopy full SHA for bae24fc
services/web/server/tests/unit/with_dbs/01/test_api_keys.py
@@ -119,7 +119,7 @@ async def test_create_api_key(
119
)
120
async def test_delete_api_keys(
121
client: TestClient,
122
- fake_user_api_keys: list[str],
+ fake_user_api_keys: list[ApiKey],
123
logged_user: UserInfoDict,
124
user_role: UserRole,
125
expected: HTTPStatus,
0 commit comments