Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
test: Fixes unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Dec 11, 2023
1 parent adac494 commit 37bda9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/endpoints/test_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ async def test_add_repo_to_waitlist(
("user_idx", "repo_id", "status_code", "status_detail"),
[
(None, 12345, 401, "Not authenticated"),
(0, 100, 404, "Not Found"),
(0, 100, 404, "Table Repository has no corresponding entry."),
],
)
@pytest.mark.asyncio()
Expand Down

0 comments on commit 37bda9f

Please sign in to comment.