Skip to content

Commit

Permalink
fix: black
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Lenzi committed Aug 7, 2023
1 parent 95cd027 commit a94ceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/routes/test_installations.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ async def test_delete_installation(
[1, 999, [], 404, "Table sites has no entry with id=999"],
[1, 0, [], 422, None],
[2, 1, [], 403, "Your access scope is not compatible with this operation."],
[4, 1, [], 403, "This access can't read resources from group_id=1"]
[4, 1, [], 403, "This access can't read resources from group_id=1"],
],
)
@pytest.mark.asyncio
Expand Down

0 comments on commit a94ceb9

Please sign in to comment.