@@ -130,7 +130,7 @@ test('netlify init existing site', async (t) => {
130130
131131 await builder . buildAsync ( )
132132 await withMockApi ( routes , async ( { apiUrl, requests } ) => {
133- // --force is required since we we return an existing site in the `sites` route
133+ // --force is required since we return an existing site in the `sites` route
134134 // --manual is used to avoid the config-github flow that uses GitHub API
135135 const childProcess = execa ( cliPath , [ 'init' , '--force' , '--manual' ] , {
136136 cwd : builder . directory ,
@@ -240,7 +240,7 @@ test('netlify init new Next.js site', async (t) => {
240240 answer : answerWithValue ( 'custom-functions' ) ,
241241 } ,
242242 {
243- question : 'Install Next on Netlify plugin ' ,
243+ question : 'OK to install ' ,
244244 answer : CONFIRM ,
245245 } ,
246246 {
@@ -320,7 +320,7 @@ test('netlify init existing Next.js site with existing plugins', async (t) => {
320320 answer : answerWithValue ( 'custom-functions' ) ,
321321 } ,
322322 {
323- question : 'Install Next on Netlify plugin ' ,
323+ question : 'OK to install ' ,
324324 answer : CONFIRM ,
325325 } ,
326326 { question : 'Give this Netlify SSH public key access to your repository' , answer : CONFIRM } ,
@@ -358,7 +358,7 @@ test('netlify init existing Next.js site with existing plugins', async (t) => {
358358
359359 await builder . buildAsync ( )
360360 await withMockApi ( routes , async ( { apiUrl, requests } ) => {
361- // --force is required since we we return an existing site in the `sites` route
361+ // --force is required since we return an existing site in the `sites` route
362362 // --manual is used to avoid the config-github flow that uses GitHub API
363363 const childProcess = execa ( cliPath , [ 'init' , '--force' , '--manual' ] , {
364364 cwd : builder . directory ,
0 commit comments