diff --git a/integration-tests/gatsby-cli/__tests__/new.js b/integration-tests/gatsby-cli/__tests__/new.js index fa250750ae14d..6cf61330aff15 100644 --- a/integration-tests/gatsby-cli/__tests__/new.js +++ b/integration-tests/gatsby-cli/__tests__/new.js @@ -36,7 +36,6 @@ describe(`gatsby new`, () => { ) logs.should.contain(`success Created starter directory layout`) logs.should.contain(`info Installing packages...`) - logs.should.contain(`success Saved lockfile.`) logs.should.contain( `Your new Gatsby site has been successfully bootstrapped. Start developing it by running:` ) @@ -57,7 +56,6 @@ describe(`gatsby new`, () => { ) logs.should.contain(`success Created starter directory layout`) logs.should.contain(`info Installing packages...`) - logs.should.contain(`success Saved lockfile.`) logs.should.contain( `Your new Gatsby site has been successfully bootstrapped. Start developing it by running:` )