From 2513b64ed402d5609c279f225405ff51e01d13a8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 20 Jul 2024 17:44:12 -0700 Subject: [PATCH] ci/cd run tests again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 8af8e51b2..f025414c3 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1335,7 +1335,7 @@ def test_completion_openai_response_headers(): assert response._response_headers is not None assert "x-ratelimit-remaining-tokens" in response._response_headers - # /chat/completion with streaming + # /chat/completion - with streaming streaming_response = litellm.completion( model="gpt-4o-mini",