Skip to content

Commit 7ba08cd

Browse files
committed
test: don't expect orgId on async org create
1 parent d783c8c commit 7ba08cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nut/async-create-resume.nut.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ describe('env:create:scratch async/resume', () => {
2121
let soiId: string;
2222
let username: string;
2323

24-
const asyncKeys = ['username', 'orgId', 'scratchOrgInfo', 'warnings'];
25-
const completeKeys = [...asyncKeys, 'authFields'];
24+
const asyncKeys = ['username', 'scratchOrgInfo', 'warnings'];
25+
const completeKeys = [...asyncKeys, 'authFields', 'orgId'];
2626

2727
const readCacheFile = async (): Promise<Record<string, CachedOptions>> =>
2828
JSON.parse(await fs.promises.readFile(cacheFilePath, 'utf8')) as unknown as Record<string, CachedOptions>;

0 commit comments

Comments
 (0)