mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
tests: Remove get-stream-topics from curl test exclude_list.
This commit is contained in:
@@ -67,7 +67,7 @@ def update_flags_message_ids() -> Dict[str, List[int]]:
|
||||
"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]:
|
||||
return {
|
||||
"stream_id": helpers.get_stream_id("Venice"),
|
||||
|
||||
@@ -16,7 +16,6 @@ exclude_list = [
|
||||
# state of the DB. This results in the curl request to fail.
|
||||
'delete-message.md',
|
||||
'remove-subscriptions.md',
|
||||
'get-stream-topics.md',
|
||||
'delete-stream.md',
|
||||
'get-presence.md',
|
||||
'create-user-group.md',
|
||||
|
||||
Reference in New Issue
Block a user