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_signup_notifications_stream.
This commit is contained in:
@@ -1172,6 +1172,7 @@ class NormalActionsTest(BaseAction):
|
||||
self.user_profile.realm,
|
||||
signup_notifications_stream,
|
||||
signup_notifications_stream_id,
|
||||
acting_user=None,
|
||||
)
|
||||
)
|
||||
check_realm_update("events[0]", events[0], "signup_notifications_stream_id")
|
||||
|
||||
Reference in New Issue
Block a user