From d41b7330c4c12ca31aa2bab9517c42e95b92eb82 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Wed, 7 Dec 2016 15:37:24 +0100 Subject: [PATCH] simplify test --- tests/integration/aws/general/package/tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/aws/general/package/tests.js b/tests/integration/aws/general/package/tests.js index 0804c75c0..d2a858bcb 100644 --- a/tests/integration/aws/general/package/tests.js +++ b/tests/integration/aws/general/package/tests.js @@ -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'); });