Skip to content

Commit 16c6347

Browse files
chore: use os.platform
1 parent 8362d19 commit 16c6347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/api/request/rest.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { execCmd, TestSession } from '@salesforce/cli-plugins-testkit';
1313

1414
config.truncateThreshold = 0;
1515

16-
const skipIfWindows = os.arch() === 'Win32' ? describe.skip : describe;
16+
const skipIfWindows = os.platform() === 'win32' ? describe.skip : describe;
1717

1818
// windows NUTs have been failing with
1919
// URL No Longer Exists</span></td></tr>

0 commit comments

Comments
 (0)