Skip to content

Commit ce06d0f

Browse files
committed
[Fixes #13689] update test function name more concise
1 parent 3756621 commit ce06d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/people/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ def test_user_cannot_see_other_users_rules(self):
14401440
self.assertNotIn(self.token2.token, user1_tokens)
14411441
self.assertNotIn(self.token1.token, user2_tokens)
14421442

1443-
def test_admin_also_can_only_see_own_rules(self):
1443+
def test_admin_can_only_see_own_rules_not_others(self):
14441444
"""An admin should only be able to see their own rules, not other users' rules."""
14451445
self.client.login(username="admin", password="admin")
14461446

0 commit comments

Comments
 (0)