Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Apr 17, 2024
1 parent 1c0d522 commit 8420917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_ap.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ def test_remove_permission(self) -> None:
def test_remove_permission_not_exists(self) -> None:
with pytest.raises(ValueError): # noqa: PT011 (exception too broad)
self.ap.remove_permission(ApValue.ProjectAdminAllPermission)


if __name__ == "__main__":
pytest.main([__file__])

0 comments on commit 8420917

Please sign in to comment.