Skip to content

Commit

Permalink
(test) proxy - debug /health
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 27, 2023
1 parent a73a9a8 commit b071157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litellm/tests/test_proxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def test_health(client_no_auth):
response = client_no_auth.get("/health")
assert response.status_code == 200
result = response.json()
print("\n response from health:", result)
assert result["unhealthy_count"] == 0
except Exception as e:
pytest.fail(f"LiteLLM Proxy test failed. Exception - {str(e)}")
Expand Down

0 comments on commit b071157

Please sign in to comment.