docs: Make get-user-groups use curl example system.

This commit is contained in:
Vishnu KS
2019-10-14 11:43:40 +05:30
committed by Tim Abbott
parent 519b24061d
commit 70e8f5ce8a
2 changed files with 3 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ exclude_list = [
'get-presence.md',
# Endpoint can be called only by administrators.
'create-user.md',
# Endpoint does not accept bot requests
'get-user-groups.md',
]
def test_generated_curl_examples_for_success(client: Client) -> None: