From 84595851b6da4e404effd22a70894aba77942c60 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 19 Jul 2025 15:37:13 -0700 Subject: [PATCH] TestMistralCompletion --- tests/llm_translation/test_mistral_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/llm_translation/test_mistral_api.py b/tests/llm_translation/test_mistral_api.py index b068a9869ed..8cf704fbe89 100644 --- a/tests/llm_translation/test_mistral_api.py +++ b/tests/llm_translation/test_mistral_api.py @@ -28,6 +28,7 @@ from httpx import Headers from base_llm_unit_tests import BaseLLMChatTest +@pytest.mark.flaky(retries=3, delay=2) class TestMistralCompletion(BaseLLMChatTest): def get_base_completion_call_args(self) -> dict: litellm.set_verbose = True