forked from phoenix/litellm-mirror
test(test_proxy_server.py): fix test to use valid redis host
This commit is contained in:
parent
9f21f87afd
commit
e5b98814ad
3 changed files with 20 additions and 22 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue