mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
Rename not_subscribed key to not_removed in users/me/subscriptions.
Rename `not_subscibed_key` to `not_removed` in `users/me/subscriptions` DELETE response. Fixes #13277.
This commit is contained in:
@@ -126,7 +126,7 @@ class DocPageTest(ZulipTestCase):
|
||||
self._test('/api/get-profile', 'takes no arguments')
|
||||
self._test('/api/add-subscriptions', 'authorization_errors_fatal')
|
||||
self._test('/api/create-user', 'zuliprc-admin')
|
||||
self._test('/api/remove-subscriptions', 'not_subscribed')
|
||||
self._test('/api/remove-subscriptions', 'not_removed')
|
||||
self._test('/team/', 'industry veterans')
|
||||
self._test('/history/', 'Cambridge, Massachusetts')
|
||||
# Test the i18n version of one of these pages.
|
||||
|
||||
Reference in New Issue
Block a user