diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 80a51c480..ae2cd06c7 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -93,7 +93,6 @@ def test_completion_mistral_api(): "content": "Hey, how's it going?", } ], - safe_mode=True, ) # Add any assertions here to check the response print(response)