diff --git a/zerver/tests/test_subs.py b/zerver/tests/test_subs.py index c8148c3c8a..7d050d7e33 100644 --- a/zerver/tests/test_subs.py +++ b/zerver/tests/test_subs.py @@ -3285,7 +3285,6 @@ class SubscriptionAPITest(ZulipTestCase): do_change_user_role(othello, UserProfile.ROLE_REALM_ADMINISTRATOR) self.assertTrue(othello.can_subscribe_other_users()) - do_change_user_role(othello, UserProfile.ROLE_MEMBER) do_change_user_role(othello, UserProfile.ROLE_GUEST) self.assertFalse(othello.can_subscribe_other_users())