Skip to content

Commit 0b40dcf

Browse files
committed
add todo for sns tests
1 parent 3ede02e commit 0b40dcf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

appsignals-tests/contract-tests/src/test/java/software/amazon/opentelemetry/appsignals/test/awssdk/v1/AwsSdkV1Test.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,4 +315,6 @@ void testStepFunctionsError() throws Exception {
315315
void testStepFunctionsFault() throws Exception {
316316
doTestStepFunctionsFault();
317317
}
318+
319+
// TODO: Set up SNS tests
318320
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,6 @@ void testStepFunctionsError() throws Exception {
318318
void testStepFunctionsFault() throws Exception {
319319
doTestStepFunctionsFault();
320320
}
321+
322+
// TODO: Set up SNS tests
321323
}

0 commit comments

Comments
 (0)