mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Merge pull request #5440 from serverless/fix-integration-test
Fix integration test
This commit is contained in:
commit
8c42d16349
@ -69,7 +69,7 @@ describe('Service Lifecyle Integration Test', () => {
|
||||
let timestamp;
|
||||
const listDeploys = execSync(`${serverlessExec} deploy list`);
|
||||
const output = listDeploys.toString();
|
||||
const match = output.match(new RegExp('Timestamp: (.+)'));
|
||||
const match = output.match(new RegExp('Datetime: (.+)'));
|
||||
if (match) {
|
||||
timestamp = match[1];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user