simplify test

This commit is contained in:
Nik Graf 2016-12-07 15:37:24 +01:00
parent 57246fd649
commit d41b7330c4

View File

@ -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');
});