Skip to content

Commit cb555b0

Browse files
committed
test: restore auth to AUTO for 1 nut
1 parent 0d31c2d commit cb555b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nut/listAndDisplay.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('Org Command NUT', () => {
5454
before(async () => {
5555
session = await TestSession.create({
5656
project: { name: 'forceOrgList' },
57-
devhubAuthStrategy: 'JWT',
57+
devhubAuthStrategy: 'AUTO',
5858
scratchOrgs: [
5959
{
6060
config: join('config', 'project-scratch-def.json'),

0 commit comments

Comments
 (0)