tests: Remove /settings/notifications from buggy endpoints.

This commit is contained in:
Vishnu KS
2019-10-07 13:48:53 +05:30
committed by Tim Abbott
parent 21ab8c542a
commit e7419f815a
2 changed files with 39 additions and 2 deletions

View File

@@ -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}',
])