Skip to content

Commit 727d4c0

Browse files
committed
enable bedrock knowledge base test case in v2
1 parent f7c0b9f commit 727d4c0

File tree

1 file changed

+4
-4
lines changed
  • appsignals-tests/contract-tests/src/test/java/software/amazon/opentelemetry/appsignals/test/awssdk/v2

1 file changed

+4
-4
lines changed

appsignals-tests/contract-tests/src/test/java/software/amazon/opentelemetry/appsignals/test/awssdk/v2/AwsSdkV2Test.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ void testBedrockAgentRuntimeAgentId() {
261261

262262
// TODO: Enable testBedrockAgentRuntimeKnowledgeBaseId test after KnowledgeBaseId is supported in
263263
// OTEL BedrockAgentRuntime instrumentation
264-
// @Test
265-
// void testBedrockAgentRuntimeKnowledgeBaseId() {
266-
// doTestBedrockAgentRuntimeKnowledgeBaseId();
267-
// }
264+
@Test
265+
void testBedrockAgentRuntimeKnowledgeBaseId() {
266+
doTestBedrockAgentRuntimeKnowledgeBaseId();
267+
}
268268
}

0 commit comments

Comments
 (0)