From 2f0b0afddf4e43368acf00532a02c09e47faf5ea Mon Sep 17 00:00:00 2001 From: Egor Kislitsyn Date: Wed, 16 Mar 2016 13:40:13 +0700 Subject: [PATCH] fixes tests/actions/FunctionRun.js --- tests/tests/actions/FunctionRun.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)