We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfed2f commit 88b0a35Copy full SHA for 88b0a35
tests/test_client_credentials.py
@@ -27,5 +27,3 @@ def tokens(data: dict) -> TokenResponseBody:
27
).get_token()
28
29
assert expected_access_token == actual_access_token
30
-
31
- raise Exception(actual_access_token)
0 commit comments