Skip to content

Commit d7a4f81

Browse files
committed
Fix linting
1 parent 30ed44d commit d7a4f81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_oauth2_api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ def test_error_status_raises_error(self, requests_mock, test_instance,
111111
with pytest.raises(HTTPError):
112112
test_instance._do_http_method('GET', 'foo')
113113

114-
def test_token_refresh_failure_raises_error(self, requests_mock,
115-
test_instance, token_server_post):
114+
def test_token_refresh_failure_raises_error(
115+
self, requests_mock, test_instance, token_server_post):
116116
"""
117117
Failure to fetch a token can raise a number of errors including:
118118
- requests.exceptions.HTTPError for invalid access_token

0 commit comments

Comments
 (0)