Skip to content

Commit eb709e4

Browse files
committed
lint
1 parent 8d29471 commit eb709e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/toolbox-core/tests/test_auth_methods.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ def reset_cache():
4444
auth_methods._token_cache = original_cache
4545

4646

47-
48-
49-
5047
@pytest.mark.asyncio
5148
class TestAsyncAuthMethods:
5249
"""Tests for asynchronous Google ID token fetching."""
@@ -230,4 +227,4 @@ def test_get_raises_if_no_audience_and_no_local_token(
230227
auth_methods.get_google_id_token()()
231228

232229
mock_default.assert_called_once()
233-
mock_fetch.assert_not_called()
230+
mock_fetch.assert_not_called()

0 commit comments

Comments
 (0)