mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +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,
|
"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"),
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user