diff options
| author | robot-piglet <[email protected]> | 2025-09-05 12:45:40 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2025-09-05 13:32:17 +0300 |
| commit | 22568739dbd9bf62b94abb305c082a53b21e5aef (patch) | |
| tree | 7833f8119b1292867b256356e25ee8593dccac75 /contrib/python/oauthlib/tests/oauth2/rfc6749/test_tokens.py | |
| parent | 2db41830cd5fce47e0bac5493c1e1472908cc4c5 (diff) | |
Intermediate changes
commit_hash:39273c986cf85d42ec97d1388aaaf324a02a04bc
Diffstat (limited to 'contrib/python/oauthlib/tests/oauth2/rfc6749/test_tokens.py')
| -rw-r--r-- | contrib/python/oauthlib/tests/oauth2/rfc6749/test_tokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/oauthlib/tests/oauth2/rfc6749/test_tokens.py b/contrib/python/oauthlib/tests/oauth2/rfc6749/test_tokens.py index fa6b1c092c8..ec8efca4acc 100644 --- a/contrib/python/oauthlib/tests/oauth2/rfc6749/test_tokens.py +++ b/contrib/python/oauthlib/tests/oauth2/rfc6749/test_tokens.py @@ -76,7 +76,7 @@ class TokenTest(TestCase): bearer_uri = 'http://server.example.com/resource?access_token=vF9dft4qmT' def _mocked_validate_bearer_token(self, token, scopes, request): - if not token: + if not token: # noqa: SIM103 return False return True |
