Skip to content

Commit 8376ac4

Browse files
committed
Fixed asyncio test failures in test_sentinels
1 parent ed5655d commit 8376ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_sentinel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def sentinel(request, cluster):
8686
return Sentinel([("foo", 26379), ("bar", 26379)])
8787

8888

89-
@pytest.fixture()
89+
@pytest_asyncio.fixture()
9090
async def deployed_sentinel(request):
9191
sentinel_ips = request.config.getoption("--sentinels")
9292
sentinel_endpoints = [

0 commit comments

Comments
 (0)