Skip to content

Commit 88b0a35

Browse files
committed
Fix failing test
1 parent dbfed2f commit 88b0a35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_client_credentials.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ def tokens(data: dict) -> TokenResponseBody:
2727
).get_token()
2828

2929
assert expected_access_token == actual_access_token
30-
31-
raise Exception(actual_access_token)

0 commit comments

Comments
 (0)