Skip to content

Commit 129add2

Browse files
authored
Merge pull request #1193 from salesforcecli/sl/W-22403408
fix: add no-prompt flag to package install NUT-W-22403408
2 parents bff8e6b + 4637f28 commit 129add2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/commands/package/install.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('package install', () => {
4242
});
4343

4444
it('should install DreamhouseLWC package with polling', () => {
45-
const command = 'package:install -p 04tKY000000MF7uYAG -w 20';
45+
const command = 'package:install -p 04tKY000000MF7uYAG -w 20 --no-prompt';
4646
const output = execCmd(command, { ensureExitCode: 0, timeout: Duration.minutes(20).milliseconds }).shellOutput
4747
.stdout;
4848
expect(output).to.contain('Successfully installed package');

0 commit comments

Comments
 (0)