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 7696395 commit 19ccff9Copy full SHA for 19ccff9
test/nut/open.nut.ts
@@ -88,7 +88,7 @@ describe('test org:open command', () => {
88
expect(result).to.property('url').to.include('secur/frontdoor.jsp');
89
});
90
91
- it('org:open command', async () => {
+ it('org:open command', () => {
92
const result = execCmd<OrgOpenOutput>('force:org:open --urlonly --json', {
93
ensureExitCode: 0,
94
}).jsonOutput?.result;
0 commit comments