Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Dec 4, 2024
1 parent 1e1b80c commit bae24fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async def test_create_api_key(
)
async def test_delete_api_keys(
client: TestClient,
fake_user_api_keys: list[str],
fake_user_api_keys: list[ApiKey],
logged_user: UserInfoDict,
user_role: UserRole,
expected: HTTPStatus,
Expand Down

0 comments on commit bae24fc

Please sign in to comment.