We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef73ce commit f7ba763Copy full SHA for f7ba763
plugins/node/opentelemetry-instrumentation-aws-sdk/test/sns.test.ts
@@ -118,7 +118,7 @@ describe('SNS - v3', () => {
118
);
119
});
120
121
- it('topic arn', async () => {
+ it('should create topic ARN and capture expected trace attributes', async () => {
122
const topicName = 'sns-topic-foo';
123
const topicArn = `arn:aws:sns:us-east-1:123456789012:${topicName}`;
124
await sns.createTopic({
0 commit comments