From 8995ff49ae6671192230a8a6686617ca0aaddfd4 Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Wed, 2 Oct 2024 12:02:22 -0400 Subject: [PATCH] (testing): Enable testing us.anthropic.claude-3-haiku-20240307-v1:0. (#6018) --- tests/local_testing/test_bedrock_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_bedrock_completion.py b/tests/local_testing/test_bedrock_completion.py index 64934d381..68b4232ce 100644 --- a/tests/local_testing/test_bedrock_completion.py +++ b/tests/local_testing/test_bedrock_completion.py @@ -1229,7 +1229,7 @@ def test_not_found_error(): @pytest.mark.parametrize( "model", [ - # "bedrock/us.anthropic.claude-3-haiku-20240307-v1:0", + "bedrock/us.anthropic.claude-3-haiku-20240307-v1:0", "bedrock/us.meta.llama3-2-11b-instruct-v1:0", ], )