tests: Remove get-message-history from curl test exclude_list.

This commit is contained in:
Vishnu KS 2019-10-21 16:44:16 +05:30 committed by Tim Abbott
parent 93c003d2aa
commit 31a50753f3
2 changed files with 1 additions and 2 deletions

View File

@ -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")

View File

@ -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',