docs: Add curl example to upload-file.

This commit is contained in:
Vishnu Ks
2019-10-16 11:11:07 +00:00
committed by Tim Abbott
parent 9ac77a8734
commit e96d96b6e4
3 changed files with 9 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ exclude_list = [
'get-user-groups.md',
# Example files do not exist
'upload-custom-emoji.md',
'upload-file.md',
]
def test_generated_curl_examples_for_success(client: Client) -> None: