Skip to content

Commit dbc0fcf

Browse files
committed
update assert for bedrock-runtime in upstream instrumentation patch
1 parent 6b6aaf7 commit dbc0fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_instrumentation_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _test_unpatched_botocore_instrumentation(self):
142142
self.assertFalse("bedrock-agent" in _KNOWN_EXTENSIONS, "Upstream has added a Bedrock Agent extension")
143143

144144
# Bedrock Agent Runtime
145-
self.assertFalse(
145+
self.assertTrue(
146146
"bedrock-agent-runtime" in _KNOWN_EXTENSIONS, "Upstream has added a Bedrock Agent Runtime extension"
147147
)
148148

0 commit comments

Comments
 (0)