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