mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
simplify test
This commit is contained in:
parent
57246fd649
commit
d41b7330c4
@ -23,7 +23,6 @@ describe('AWS - General: Deployment with --noDeploy', function () {
|
||||
it('should deploy package with --noDeploy flag', () => {
|
||||
const result = new Buffer(deploy, 'base64').toString();
|
||||
const resultLines = result.split(EOL);
|
||||
expect(resultLines[0]).to.equal('Serverless: Packaging service...');
|
||||
expect(resultLines[1]).to.have.string('--noDeploy');
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user