Skip to content

Commit 67f1d13

Browse files
committed
Fixed tests
1 parent 04f3511 commit 67f1d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_auth/test_token_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def on_next(token):
289289
sleep(0.08)
290290

291291
assert mock_provider.request_token.call_count > 0
292-
assert len(tokens) == 1
292+
assert len(tokens) > 0
293293

294294
@pytest.mark.asyncio
295295
async def test_async_success_token_renewal_with_retry(self):

0 commit comments

Comments
 (0)