mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
realm owners: Remove unnecessary duplicate strings.
This commit is contained in:
@@ -4711,7 +4711,7 @@ class TestAdminSetBackends(ZulipTestCase):
|
||||
self.login('iago')
|
||||
result = self.client_patch("/json/realm", {
|
||||
'authentication_methods': ujson.dumps({'Email': False, 'Dev': True})})
|
||||
self.assert_json_error(result, 'Only organization owners can configure authentication methods.')
|
||||
self.assert_json_error(result, 'Must be an organization owner')
|
||||
|
||||
self.login('desdemona')
|
||||
result = self.client_patch("/json/realm", {
|
||||
|
||||
Reference in New Issue
Block a user