Skip to content

Commit

Permalink
test(auth): test verb/noun access props
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 8, 2024
1 parent 7720f19 commit 00c3ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def test_permissions_equality():
assert P_QUERY_DATA != P_DELETE_DATA
assert P_QUERY_DATA != "a"
assert P_QUERY_DATA != 5
assert P_QUERY_DATA.verb == QUERY_VERB
assert P_QUERY_DATA.noun == DATA


def test_permissions_repr():
Expand Down

0 comments on commit 00c3ce5

Please sign in to comment.