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 7eb6600 commit 5facdaeCopy full SHA for 5facdae
tests/test_asyncio/test_credentials.py
@@ -434,5 +434,7 @@ class TestEntraIdCredentialsProvider:
434
indirect=True,
435
)
436
@pytest.mark.asyncio
437
+ @pytest.mark.cp_integration
438
+ @pytest.mark.onlynoncluster
439
async def test_async_auth_pool_with_credential_provider(self, r_credential: Redis):
440
assert await r_credential.ping() is True
tests/test_credentials.py
@@ -407,5 +407,7 @@ class TestEntraIdCredentialsProvider:
407
ids=['pool', 'single'],
408
409
410
411
412
def test_auth_pool_with_credential_provider(self, r: redis.Redis):
413
assert r.ping() is True
0 commit comments