docs: Make update-message use curl example system.

This commit is contained in:
Vishnu Ks
2019-10-09 08:59:44 +00:00
committed by Tim Abbott
parent 9bc3594f75
commit 0dccebbe39
2 changed files with 2 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ 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.
'get-raw-message.md',
'update-message.md',
]
def test_generated_curl_examples_for_success(client: Client) -> None: