mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fixes tests/actions/FunctionRun.js
This commit is contained in:
parent
72e28c4075
commit
2f0b0afddf
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user