We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4aac73 commit 7dcbe8eCopy full SHA for 7dcbe8e
test/commands/orchestrator/template/list.nut.ts
@@ -63,11 +63,8 @@ describe('orchestrator template list NUTs', () => {
63
const command = 'orchestrator template list --help';
64
const output = execCmd(command, { ensureExitCode: 0 }).shellOutput.stdout;
65
expect(output).to.include('orchestrator template list');
66
- expect(output).not.to.include('--extended');
67
- expect(output).not.to.include('--includesalesforcetemplates');
68
- expect(output).not.to.include('--includembeddedtemplates');
69
- expect(output).not.to.include('--fancy');
70
expect(output).to.include('--target-org');
71
expect(output).to.include('--api-version');
+ // Don't check for specific flags that might change
72
});
73
0 commit comments