Skip to content

Commit

Permalink
revert: test waits infinitely
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 22, 2024
1 parent 68760d9 commit ab60768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protollm_tools/llm-api/tests/integration/test_with_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ab60768

Please sign in to comment.