tests: Remove get-stream-topics from curl test exclude_list.

This commit is contained in:
Vishnu Ks
2019-10-23 07:33:43 +00:00
committed by Tim Abbott
parent db294072be
commit 4aae633d59
2 changed files with 1 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ def update_flags_message_ids() -> Dict[str, List[int]]:
"messages": messages, "messages": messages,
} }
@openapi_param_value_generator(["/mark_stream_as_read:post"]) @openapi_param_value_generator(["/mark_stream_as_read:post", "/users/me/{stream_id}/topics:get"])
def get_venice_stream_id() -> Dict[str, int]: def get_venice_stream_id() -> Dict[str, int]:
return { return {
"stream_id": helpers.get_stream_id("Venice"), "stream_id": helpers.get_stream_id("Venice"),

View File

@@ -16,7 +16,6 @@ exclude_list = [
# state of the DB. This results in the curl request to fail. # state of the DB. This results in the curl request to fail.
'delete-message.md', 'delete-message.md',
'remove-subscriptions.md', 'remove-subscriptions.md',
'get-stream-topics.md',
'delete-stream.md', 'delete-stream.md',
'get-presence.md', 'get-presence.md',
'create-user-group.md', 'create-user-group.md',