From e1d510a5d46c2a4c3aea68e4c3a55052c15f7312 Mon Sep 17 00:00:00 2001 From: Jamie Feingold Date: Mon, 20 Jul 2026 14:22:39 -0500 Subject: [PATCH] fix: forcing NUTs to use sfdx-auth-url --- test/allCommands.nut.ts | 2 +- test/allCommandsNoJSON.nut.ts | 2 +- test/commands/permsetlicense/assign.nut.ts | 2 +- test/forceCommands.nut.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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,