diff --git a/protollm_tools/llm-api/tests/integration/test_with_llm.py b/protollm_tools/llm-api/tests/integration/test_with_llm.py index 1cb4243..34421c0 100644 --- a/protollm_tools/llm-api/tests/integration/test_with_llm.py +++ b/protollm_tools/llm-api/tests/integration/test_with_llm.py @@ -14,7 +14,7 @@ @pytest.fixture(scope="module") def redis_client(test_real_config): - assert test_real_config.redis_host == "localhost" + assert test_real_config.redis_host != "localhost" client = RedisWrapper(test_real_config.redis_host, test_real_config.redis_port) return client