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 b6e0bb6 commit e5a79a3Copy full SHA for e5a79a3
specs/client/test_access_token.py
@@ -50,4 +50,4 @@ def test_cached_token_expired(self):
50
access_token.expires_at = 0
51
token2 = access_token._bearer_token()
52
assert token2 == 'Bearer abc'
53
- self.client._unauthenticated_request.call_count == 2
+ assert self.client._unauthenticated_request.call_count == 2
0 commit comments