diff --git a/test/allCommands.nut.ts b/test/allCommands.nut.ts index b596e692..5f72928b 100644 --- a/test/allCommands.nut.ts +++ b/test/allCommands.nut.ts @@ -41,7 +41,7 @@ describe('verifies all commands run successfully ', () => { project: { sourceDir: join('test', 'df17AppBuilding'), }, - devhubAuthStrategy: 'AUTO', + devhubAuthStrategy: 'AUTH_URL', scratchOrgs: [ { setDefault: true, diff --git a/test/allCommandsNoJSON.nut.ts b/test/allCommandsNoJSON.nut.ts index 4b596fdf..8a53f40d 100644 --- a/test/allCommandsNoJSON.nut.ts +++ b/test/allCommandsNoJSON.nut.ts @@ -27,7 +27,7 @@ describe('verifies all commands run successfully (no json)', () => { // destinationDir: projectPath, sourceDir: join('test', 'df17AppBuilding'), }, - devhubAuthStrategy: 'AUTO', + devhubAuthStrategy: 'AUTH_URL', scratchOrgs: [ { setDefault: true, diff --git a/test/commands/permsetlicense/assign.nut.ts b/test/commands/permsetlicense/assign.nut.ts index 85e14d9c..dab11110 100644 --- a/test/commands/permsetlicense/assign.nut.ts +++ b/test/commands/permsetlicense/assign.nut.ts @@ -28,7 +28,7 @@ describe('PermissionSetLicense tests', () => { project: { sourceDir: join('test', 'df17AppBuilding'), }, - devhubAuthStrategy: 'AUTO', + devhubAuthStrategy: 'AUTH_URL', scratchOrgs: [ { setDefault: true, diff --git a/test/forceCommands.nut.ts b/test/forceCommands.nut.ts index f3a7ed74..e000d9fd 100644 --- a/test/forceCommands.nut.ts +++ b/test/forceCommands.nut.ts @@ -41,7 +41,7 @@ describe('verifies legacy force commands run successfully ', () => { project: { sourceDir: join('test', 'df17AppBuilding'), }, - devhubAuthStrategy: 'AUTO', + devhubAuthStrategy: 'AUTH_URL', scratchOrgs: [ { setDefault: true,