mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
tests: fix run test
This commit is contained in:
parent
b63d376ee8
commit
1667f01b9d
@ -18,7 +18,7 @@ describe('AllTests', function() {
|
||||
require('./cli/tag');
|
||||
require('./cli/env');
|
||||
require('./cli/module_create');
|
||||
//require('./cli/run');
|
||||
require('./cli/run');
|
||||
|
||||
/**
|
||||
* Tests below create AWS Resources
|
||||
|
||||
@ -18,12 +18,12 @@ describe('Test "run" command', function() {
|
||||
|
||||
before(function(done) {
|
||||
testUtils.createTestProject(
|
||||
config.name,
|
||||
config.region,
|
||||
config.stage,
|
||||
config.iamRoleArnLambda,
|
||||
config.iamRoleArnApiGateway,
|
||||
config.usEast1Bucket)
|
||||
config.name,
|
||||
config.stage,
|
||||
config.region,
|
||||
config.domain,
|
||||
config.iamRoleArnLambda,
|
||||
config.iamRoleArnApiGateway)
|
||||
.then(function(pp) {
|
||||
projPath = pp;
|
||||
process.chdir(path.join(projPath, 'aws_modules', 'sessions', 'show'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user