mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
tests: Remove /settings/notifications from buggy endpoints.
This commit is contained in:
@@ -237,8 +237,6 @@ class OpenAPIArgumentsTest(ZulipTestCase):
|
||||
buggy_documentation_endpoints = set([
|
||||
'/events',
|
||||
'/users/me/subscriptions/muted_topics',
|
||||
# List of flags is broader in actual code; fix is to just add them
|
||||
'/settings/notifications',
|
||||
# Docs need update for subject -> topic migration
|
||||
'/messages/{message_id}',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user