mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
refactor: Make acting_user a mandatory kwarg for do_set_realm_authentication_methods.
This commit is contained in:
@@ -1068,7 +1068,7 @@ class NormalActionsTest(BaseAction):
|
||||
with fake_backends():
|
||||
events = self.verify_action(
|
||||
lambda: do_set_realm_authentication_methods(
|
||||
self.user_profile.realm, auth_method_dict
|
||||
self.user_profile.realm, auth_method_dict, acting_user=None
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user