diff --git a/tests/tests/actions/FunctionRun.js b/tests/tests/actions/FunctionRun.js index f20b9e02b..f24b3f082 100644 --- a/tests/tests/actions/FunctionRun.js +++ b/tests/tests/actions/FunctionRun.js @@ -81,7 +81,8 @@ describe('Test Action: Function Run', function() { this.timeout(0); let options = { name: 'function1', - stage: 'development' + stage: 'development', + runDeployed: true }; serverless.actions.functionRun(options)