diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index b747ca8803..6b9967bd3c 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -388,7 +388,7 @@ def test_vertex_ai_stream(): completed_str += content assert type(content) == str # pass - assert len(completed_str) > 4 + assert len(completed_str) > 1 except litellm.RateLimitError as e: pass except Exception as e: