diff --git a/tests/local_testing/test_embedding.py b/tests/local_testing/test_embedding.py index e6776e3329..c43cad78b1 100644 --- a/tests/local_testing/test_embedding.py +++ b/tests/local_testing/test_embedding.py @@ -549,7 +549,7 @@ def test_bedrock_embedding_cohere(): "good morning from litellm, attempting to embed data", "lets test a second string for good measure", ], - aws_region_name="os.environ/AWS_REGION_NAME", + aws_region_name="us-west-2", ) assert isinstance( response["data"][0]["embedding"], list