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 c7996b2 commit c625c30Copy full SHA for c625c30
packages/instrumentation-aws-sdk/test/stepfunctions.test.ts
@@ -67,7 +67,7 @@ describe('SFN', () => {
67
expect(
68
ATTR_AWS_STEP_FUNCTIONS_STATE_MACHINE_ARN in
69
stateMachineAttributeSpan.attributes
70
- ).toBe(true);
+ );
71
72
stateMachineAttributeSpan.attributes[
73
ATTR_AWS_STEP_FUNCTIONS_STATE_MACHINE_ARN
@@ -102,7 +102,7 @@ describe('SFN', () => {
102
const activityAttributeSpan = getActivityAttributeSpans[0];
103
104
ATTR_AWS_STEP_FUNCTIONS_ACTIVITY_ARN in activityAttributeSpan.attributes
105
106
107
activityAttributeSpan.attributes[ATTR_AWS_STEP_FUNCTIONS_ACTIVITY_ARN]
108
).toBe(activityArn);
0 commit comments