Skip to content

Commit 8b3ba40

Browse files
lint
1 parent 7f5d42f commit 8b3ba40

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/test/aws-metric-attribute-generator.test.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ describe('AwsMetricAttributeGeneratorTest', () => {
796796
'https://sqs.us-east-2.amazonaws.com/123456789012/MyQueue',
797797
'us-east-2',
798798
'123456789012',
799-
undefined,
799+
undefined
800800
);
801801
mockAttribute(AWS_ATTRIBUTE_KEYS.AWS_SQS_QUEUE_URL, undefined);
802802

@@ -1145,7 +1145,11 @@ describe('AwsMetricAttributeGeneratorTest', () => {
11451145
AWS_ATTRIBUTE_KEYS.AWS_STEPFUNCTIONS_STATEMACHINE_ARN,
11461146
'arn:aws:states:us-east-1:invalid_account_id:stateMachine:testStateMachine'
11471147
);
1148-
validateRemoteResourceAttributes('AWS::StepFunctions::StateMachine', 'testStateMachine', 'arn:aws:states:us-east-1:invalid_account_id:stateMachine:testStateMachine');
1148+
validateRemoteResourceAttributes(
1149+
'AWS::StepFunctions::StateMachine',
1150+
'testStateMachine',
1151+
'arn:aws:states:us-east-1:invalid_account_id:stateMachine:testStateMachine'
1152+
);
11491153
mockAttribute(AWS_ATTRIBUTE_KEYS.AWS_STEPFUNCTIONS_STATEMACHINE_ARN, undefined);
11501154

11511155
// Arn with invalid region

0 commit comments

Comments
 (0)