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 61c1fcc commit c95d2dcCopy full SHA for c95d2dc
lib/deploy/deploy.test.js
@@ -348,7 +348,6 @@ describe('#deploy', () => {
348
);
349
serverlessStepFunctions.deployStateMachine = {};
350
serverlessStepFunctions.deployStateMachine.getLambdaStackResource = [];
351
- await serverlessStepFunctions.createDefinitionString();
352
expect(() => serverlessStepFunctions.callUpdateFunction()).to.throw('Step function does not exist in cloud formation');
353
});
354
0 commit comments