Skip to content

Commit 4e9e275

Browse files
committed
fix: fixed broken NUT @W-21055675@
1 parent adbd8fb commit 4e9e275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/allCommands.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('verifies all commands run successfully ', () => {
159159
});
160160

161161
it('generates new passwords for main user testing length 11 and complexity 5', () => {
162-
const output = execCmd<{ username: string; password: string }>('org:generate:password --json -l 11 -c 3', {
162+
const output = execCmd<{ username: string; password: string }>('org:generate:password --json -l 11 -c 5', {
163163
ensureExitCode: 0,
164164
}).jsonOutput?.result;
165165
// Password length gets overridden to 20

0 commit comments

Comments
 (0)