From 152656bab79d77654105a4928c3b3cfc9e1c7fa2 Mon Sep 17 00:00:00 2001 From: Yi-Pin Chen Date: Thu, 27 Jun 2024 12:27:58 -0700 Subject: [PATCH] Fixed CI/CD build error --- python/python/tests/test_async_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/python/tests/test_async_client.py b/python/python/tests/test_async_client.py index 3364491894..e3d52464ef 100644 --- a/python/python/tests/test_async_client.py +++ b/python/python/tests/test_async_client.py @@ -6218,7 +6218,7 @@ async def test_object_refcount(self, redis_client: TGlideClient): @pytest.mark.parametrize("cluster_mode", [True, False]) @pytest.mark.parametrize("protocol", [ProtocolVersion.RESP2, ProtocolVersion.RESP3]) - async def test_function_load(self, redis_client: TRedisClient): + async def test_function_load(self, redis_client: TGlideClient): # TODO: Test function with FCALL # TODO: Test with FUNCTION LIST min_version = "7.0.0" @@ -6264,7 +6264,7 @@ async def test_function_load(self, redis_client: TRedisClient): @pytest.mark.parametrize("protocol", [ProtocolVersion.RESP2, ProtocolVersion.RESP3]) @pytest.mark.parametrize("single_route", [True, False]) async def test_function_load_cluster_with_route( - self, redis_client: RedisClusterClient, single_route: bool + self, redis_client: GlideClusterClient, single_route: bool ): # TODO: Test function with FCALL # TODO: Test with FUNCTION LIST