We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7dd24 commit d75be15Copy full SHA for d75be15
tests/unit/providers/inference/test_bedrock_config.py
@@ -35,5 +35,5 @@ def test_bedrock_config_sample():
35
sample = BedrockConfig.sample_run_config()
36
assert "api_key" in sample
37
assert "region_name" in sample
38
- assert sample["api_key"] == "${env.AWS_BEARER_TOKEN_BEDROCK:=}"
39
- assert sample["region_name"] == "${env.AWS_DEFAULT_REGION:=us-east-2}"
+ assert sample["api_key"] == "${env.AWS_BEARER_TOKEN_BEDROCK:=replay-mode-dummy-key}"
+ assert sample["region_name"] == "${env.AWS_DEFAULT_REGION:=us-west-2}"
0 commit comments