Update test_bedrock_completion.py

cc @Manouchehri - can u lmk what needs to be in our env to pass this test ? 

attaching the test log here: https://app.circleci.com/pipelines/github/BerriAI/litellm/9574/workflows/cda0de1d-3851-469c-8851-ef12dc27fab2/jobs/20819/tests#failed-test-0
This commit is contained in:
Ishaan Jaff
2024-05-11 16:30:29 -07:00
committed by GitHub
parent 732d4496fe
commit d77aea7253
+1 -1
View File
@@ -206,7 +206,7 @@ def test_completion_bedrock_claude_sts_client_auth():
# test_completion_bedrock_claude_sts_client_auth()
@pytest.mark.skipif(os.environ.get('CIRCLE_OIDC_TOKEN_V2') is None, reason="CIRCLE_OIDC_TOKEN_V2 is not set")
@pytest.mark.skip(reason="We don't have Circle CI OIDC credentials as yet")
def test_completion_bedrock_claude_sts_oidc_auth():
print("\ncalling bedrock claude with oidc auth")
import os