We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3940894 commit 7b43289Copy full SHA for 7b43289
tests/test_auth/test_token_manager.py
@@ -84,9 +84,7 @@ def on_next(token):
84
],
85
)
86
@pytest.mark.asyncio
87
- async def test_async_success_token_renewal(
88
- self, exp_refresh_ratio
89
- ):
+ async def test_async_success_token_renewal(self, exp_refresh_ratio):
90
tokens = []
91
mock_provider = Mock(spec=IdentityProviderInterface)
92
mock_provider.request_token.side_effect = [
0 commit comments