Skip to content

Commit

Permalink
Codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Dec 31, 2024
1 parent 3940894 commit 7b43289
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_auth/test_token_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ def on_next(token):
],
)
@pytest.mark.asyncio
async def test_async_success_token_renewal(
self, exp_refresh_ratio
):
async def test_async_success_token_renewal(self, exp_refresh_ratio):
tokens = []
mock_provider = Mock(spec=IdentityProviderInterface)
mock_provider.request_token.side_effect = [
Expand Down

0 comments on commit 7b43289

Please sign in to comment.