mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
test helper: Use subscribe_via_post.
The shorter name more clearly describes what it does and that it's the more expensive sibling of simple subscribe.
This commit is contained in:
@@ -1463,7 +1463,7 @@ Output:
|
||||
bulk_remove_subscriptions(realm, [user_profile], [stream], acting_user=None)
|
||||
|
||||
# Subscribe to a stream by making an API request
|
||||
def common_subscribe_to_streams(
|
||||
def subscribe_via_post(
|
||||
self,
|
||||
user: UserProfile,
|
||||
subscriptions_raw: list[str] | list[dict[str, str]],
|
||||
|
||||
Reference in New Issue
Block a user