Skip to content

Commit e3f7aa3

Browse files
committed
Removing unused operation in tests.
1 parent fc0e050 commit e3f7aa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_asyncio/test_cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3063,7 +3063,6 @@ def create_client(self, request: FixtureRequest) -> Callable[..., RedisCluster]:
30633063
)
30643064

30653065
async def _create_client(mocked: bool = True, **kwargs: Any) -> RedisCluster:
3066-
kwargs.pop("use_localhost", None)
30673066
if mocked:
30683067
with mock.patch.object(
30693068
ClusterNode, "execute_command", autospec=True

0 commit comments

Comments
 (0)