mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
In 'test_subs' we were making POST request to add subscrption using 'self.api_post'. This commit updates the code to use the test helper function 'common_subscribe_to_streams' instead. This prep commit will also help us to avoid adding 'transaction.atomic' context manager to these API calls individually in the case of error response in the next commit.
94 KiB
94 KiB