Skip to content

Commit

Permalink
W
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed May 7, 2024
1 parent 0030ca8 commit 1ace5ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/permissions/e2e_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ def test_get_holders_with_perm(self):
self.assertEqual(
self.test_collection.permissions.viewers[0].first_name, ADMIN_EMAIL
)

print("Got viewers", self.test_collection.permissions.viewers)

self.assertEqual(self.test_collection.permissions.viewers[1].first_name, "E2E")
self.assertEqual(self.test_collection.permissions.viewers[2].username, "public")

Expand Down

0 comments on commit 1ace5ec

Please sign in to comment.