mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
tests: Remove delete-message from curl test exclude_list.
This commit is contained in:
@@ -48,7 +48,7 @@ def patch_openapi_params(openapi_entry: str, openapi_params: List[Dict[str, Any]
|
|||||||
return openapi_params
|
return openapi_params
|
||||||
|
|
||||||
@openapi_param_value_generator(["/messages/{message_id}:get", "/messages/{message_id}/history:get",
|
@openapi_param_value_generator(["/messages/{message_id}:get", "/messages/{message_id}/history:get",
|
||||||
"/messages/{message_id}:patch"])
|
"/messages/{message_id}:patch", "/messages/{message_id}:delete"])
|
||||||
def iago_message_id() -> Dict[str, int]:
|
def iago_message_id() -> Dict[str, int]:
|
||||||
return {
|
return {
|
||||||
"message_id": helpers.send_stream_message(helpers.example_email("iago"), "Denmark")
|
"message_id": helpers.send_stream_message(helpers.example_email("iago"), "Denmark")
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ exclude_list = [
|
|||||||
# The endpoint in these docs expect one or more param values that reflects the DB state.
|
# The endpoint in these docs expect one or more param values that reflects the DB state.
|
||||||
# We currently get the example values from openapi specs and they don't refelect the
|
# We currently get the example values from openapi specs and they don't refelect the
|
||||||
# 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',
|
|
||||||
'remove-subscriptions.md',
|
'remove-subscriptions.md',
|
||||||
'delete-stream.md',
|
'delete-stream.md',
|
||||||
'create-user-group.md',
|
'create-user-group.md',
|
||||||
|
|||||||
Reference in New Issue
Block a user