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 6b6aaf7 commit dbc0fcfCopy full SHA for dbc0fcf
aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_instrumentation_patch.py
@@ -142,7 +142,7 @@ def _test_unpatched_botocore_instrumentation(self):
142
self.assertFalse("bedrock-agent" in _KNOWN_EXTENSIONS, "Upstream has added a Bedrock Agent extension")
143
144
# Bedrock Agent Runtime
145
- self.assertFalse(
+ self.assertTrue(
146
"bedrock-agent-runtime" in _KNOWN_EXTENSIONS, "Upstream has added a Bedrock Agent Runtime extension"
147
)
148
0 commit comments