Skip to content

Commit c9a10ce

Browse files
committed
test: nuts don't use sfdx
1 parent 219cf1e commit c9a10ce

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

test/nut/legacy/delete.org.nut.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@ describe('Delete Orgs', () => {
2020
// create our own orgs to delete to avoid interfering with other NUTs/cleanup
2121
before(async () => {
2222
session = await TestSession.create({
23-
project: { name: 'forceOrgList' },
23+
project: { name: 'legacyOrgDelete' },
2424
devhubAuthStrategy: 'AUTO',
2525
scratchOrgs: [
2626
{
27-
executable: 'sfdx',
2827
setDefault: true,
2928
config: join('config', 'project-scratch-def.json'),
3029
},
3130
{
32-
executable: 'sfdx',
3331
alias: 'anAlias',
3432
config: join('config', 'project-scratch-def.json'),
3533
},

test/nut/listAndDisplay.nut.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ describe('Org Command NUT', () => {
5757
devhubAuthStrategy: 'AUTO',
5858
scratchOrgs: [
5959
{
60-
executable: 'sfdx',
6160
config: join('config', 'project-scratch-def.json'),
6261
setDefault: true,
6362
},
6463
{
65-
executable: 'sfdx',
6664
config: join('config', 'project-scratch-def.json'),
6765
alias: 'anAlias',
6866
},

test/nut/open.nut.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ let session: TestSession;
1515
describe('test org:open command', () => {
1616
before(async () => {
1717
session = await TestSession.create({
18-
project: { name: 'forceOrgList' },
18+
project: { name: 'orgOpen' },
1919
devhubAuthStrategy: 'AUTO',
2020
scratchOrgs: [
2121
{
22-
executable: 'sfdx',
2322
config: join('config', 'project-scratch-def.json'),
2423
setDefault: true,
2524
},

0 commit comments

Comments
 (0)