We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3756621 commit ce06d0fCopy full SHA for ce06d0f
geonode/people/tests.py
@@ -1440,7 +1440,7 @@ def test_user_cannot_see_other_users_rules(self):
1440
self.assertNotIn(self.token2.token, user1_tokens)
1441
self.assertNotIn(self.token1.token, user2_tokens)
1442
1443
- def test_admin_also_can_only_see_own_rules(self):
+ def test_admin_can_only_see_own_rules_not_others(self):
1444
"""An admin should only be able to see their own rules, not other users' rules."""
1445
self.client.login(username="admin", password="admin")
1446
0 commit comments