tests: Remove delete-message from curl test exclude_list.

This commit is contained in:
Vishnu KS
2019-11-14 12:19:45 +07:00
committed by Tim Abbott
parent 00455df7f9
commit 3efe35e35b
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ def patch_openapi_params(openapi_entry: str, openapi_params: List[Dict[str, Any]
return openapi_params
@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]:
return {
"message_id": helpers.send_stream_message(helpers.example_email("iago"), "Denmark")

View File

@@ -14,7 +14,6 @@ exclude_list = [
# 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
# state of the DB. This results in the curl request to fail.
'delete-message.md',
'remove-subscriptions.md',
'delete-stream.md',
'create-user-group.md',