Skip to content

Commit e695b87

Browse files
committed
fix test
1 parent 83cd0d5 commit e695b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-serverless/test/sdk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ describe('AWSLambda', () => {
501501
// @ts-expect-error just mocking around...
502502
expect(evtProcessor(event).exception.values[0]?.mechanism).toEqual({
503503
handled: false,
504-
type: 'generic',
504+
type: 'aws-serverless.handler',
505505
});
506506
}
507507
});

0 commit comments

Comments
 (0)