Skip to content

Commit 944102e

Browse files
committed
change assert to true for bedrock-runtime patch in upstream
1 parent 8bd130a commit 944102e

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
@@ -147,7 +147,7 @@ def _test_unpatched_botocore_instrumentation(self):
147147
)
148148

149149
# BedrockRuntime
150-
self.assertFalse("bedrock-runtime" in _KNOWN_EXTENSIONS, "Upstream has added a bedrock-runtime extension")
150+
self.assertTrue("bedrock-runtime" in _KNOWN_EXTENSIONS, "Upstream has added a bedrock-runtime extension")
151151

152152
# SecretsManager
153153
self.assertFalse("secretsmanager" in _KNOWN_EXTENSIONS, "Upstream has added a SecretsManager extension")

0 commit comments

Comments
 (0)