test(test_proxy_server.py): fix test to use valid redis host

This commit is contained in:
Krrish Dholakia 2024-04-19 19:22:24 -07:00
parent 9f21f87afd
commit e5b98814ad
3 changed files with 20 additions and 22 deletions

View file

@ -362,7 +362,9 @@ def test_load_router_config():
] # init with all call types
except Exception as e:
pytest.fail("Proxy: Got exception reading config", e)
pytest.fail(
f"Proxy: Got exception reading config: {str(e)}\n{traceback.format_exc()}"
)
# test_load_router_config()