Skip to content

Commit 0628206

Browse files
committed
chore: update key for e2e test cases
1 parent 77074a0 commit 0628206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/tracer/tests/e2e/asyncHandler.decorator.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ let startTime: Date;
5555
* Function #1 is with all flags enabled.
5656
*/
5757
const uuidFunction1 = v4();
58-
const functionNameWithAllFlagsEnabled = generateUniqueName(RESOURCE_NAME_PREFIX, uuidFunction1, runtime, 'AllFeatures-Decorator-AllFlagsEnabled');
58+
const functionNameWithAllFlagsEnabled = generateUniqueName(RESOURCE_NAME_PREFIX, uuidFunction1, runtime, 'AllFeatures-Decorator-Async-AllFlagsEnabled');
5959
const serviceNameWithAllFlagsEnabled = functionNameWithAllFlagsEnabled;
6060

6161
/**
6262
* Function #2 sets a custom subsegment name in the decorated method
6363
*/
6464
const uuidFunction2 = v4();
65-
const functionNameWithCustomSubsegmentNameInMethod = generateUniqueName(RESOURCE_NAME_PREFIX, uuidFunction2, runtime, 'AllFeatures-Decorator-CustomSubsegmentNameInMethod');
65+
const functionNameWithCustomSubsegmentNameInMethod = generateUniqueName(RESOURCE_NAME_PREFIX, uuidFunction2, runtime, 'AllFeatures-Decorator-Async-CustomSubsegmentNameInMethod');
6666
const serviceNameWithCustomSubsegmentNameInMethod = functionNameWithCustomSubsegmentNameInMethod;
6767

6868
const xray = new AWS.XRay();

0 commit comments

Comments
 (0)