Skip to content

Commit e5a79a3

Browse files
committed
fix assert
1 parent b6e0bb6 commit e5a79a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/client/test_access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def test_cached_token_expired(self):
5050
access_token.expires_at = 0
5151
token2 = access_token._bearer_token()
5252
assert token2 == 'Bearer abc'
53-
self.client._unauthenticated_request.call_count == 2
53+
assert self.client._unauthenticated_request.call_count == 2

0 commit comments

Comments
 (0)