From eabc9cd4153251bb7e1e0e6a692b6d225b2631bb Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 19 Sep 2025 18:03:20 -0700 Subject: [PATCH] test test_e2e_bedrock_embedding --- tests/llm_translation/test_bedrock_embedding.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/llm_translation/test_bedrock_embedding.py b/tests/llm_translation/test_bedrock_embedding.py index f06132c8b52..af3e2fea14d 100644 --- a/tests/llm_translation/test_bedrock_embedding.py +++ b/tests/llm_translation/test_bedrock_embedding.py @@ -78,6 +78,7 @@ def test_bedrock_embedding_models(model, input_type, embed_response): pytest.fail(f"Error occurred: {e}") +@patch.dict(os.environ, {}, clear=True) def test_e2e_bedrock_embedding(): """ Test text embedding with TwelveLabs Marengo. @@ -116,6 +117,7 @@ def test_e2e_bedrock_embedding(): +@patch.dict(os.environ, {}, clear=True) def test_e2e_bedrock_embedding_image_twelvelabs_marengo(): """ Test image embedding with TwelveLabs Marengo.