Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 15, 2023
1 parent 21dfc0a commit e405236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/security_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@ def test_is_gamma_pvm(self):
def test_gamma_permissions_basic(self):
self.assert_can_gamma(get_perm_tuples("Gamma"))
self.assert_cannot_alpha(get_perm_tuples("Gamma"))
self.assert_cannot_gamma(get_perm_tuples("Gamma"))

@pytest.mark.usefixtures("public_role_like_gamma")
def test_public_permissions_basic(self):
Expand Down

0 comments on commit e405236

Please sign in to comment.