mirror of https://github.com/zulip/zulip.git
tests: Remove get-message-history from curl test exclude_list.
This commit is contained in:
parent
93c003d2aa
commit
31a50753f3
|
@ -42,7 +42,7 @@ def patch_openapi_params(openapi_entry: str, openapi_params: List[Dict[str, Any]
|
|||
param["example"] = realm_param_values[param_name]
|
||||
return openapi_params
|
||||
|
||||
@openapi_param_value_generator(["/messages/{message_id}:get"])
|
||||
@openapi_param_value_generator(["/messages/{message_id}:get", "/messages/{message_id}/history:get"])
|
||||
def iago_message_id() -> Dict[str, int]:
|
||||
return {
|
||||
"message_id": helpers.send_stream_message(helpers.example_email("iago"), "Denmark")
|
||||
|
|
|
@ -15,7 +15,6 @@ exclude_list = [
|
|||
# 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.
|
||||
'delete-message.md',
|
||||
'get-message-history.md',
|
||||
'update-message-flags.md',
|
||||
'mark-as-read-bulk.md',
|
||||
'update-subscription-properties.md',
|
||||
|
|
Loading…
Reference in New Issue