Skip to content

Commit 5ee3bf7

Browse files
committed
update cf responses
1 parent 47f87ba commit 5ee3bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cloudformation/responses.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Context, CloudFormationCustomResourceEvent } from 'aws-lambda';
2-
import { send } from 'cfn-response';
2+
import { send } from 'cfn-custom-response';
33
import { successWrapper, failureWrapper } from './responses';
44

5-
jest.mock('cfn-response');
5+
jest.mock('cfn-custom-response');
66

77
describe('Cloudformation responses', () => {
88
const event: CloudFormationCustomResourceEvent = {

0 commit comments

Comments
 (0)