Skip to content

Commit f7ba763

Browse files
committed
address code review feedback. update unit test description.
1 parent eef73ce commit f7ba763

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-aws-sdk/test

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-aws-sdk/test/sns.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe('SNS - v3', () => {
118118
);
119119
});
120120

121-
it('topic arn', async () => {
121+
it('should create topic ARN and capture expected trace attributes', async () => {
122122
const topicName = 'sns-topic-foo';
123123
const topicArn = `arn:aws:sns:us-east-1:123456789012:${topicName}`;
124124
await sns.createTopic({

0 commit comments

Comments
 (0)