diff --git a/tests/local_testing/test_completion.py b/tests/local_testing/test_completion.py index 26a93343ca..b9a366d9f3 100644 --- a/tests/local_testing/test_completion.py +++ b/tests/local_testing/test_completion.py @@ -2185,20 +2185,6 @@ async def test_acompletion_ollama_function_call_stream(model): pytest.fail(f"Error occurred: {e}") -def test_completion_openrouter1(): - try: - litellm.set_verbose = True - response = completion( - model="openrouter/mistralai/ministral-8b", - messages=messages, - max_tokens=5, - ) - # Add any assertions here to check the response - print(response) - except Exception as e: - pytest.fail(f"Error occurred: {e}") - - def test_completion_openrouter_reasoning_effort(): try: litellm.set_verbose = True