From 27a620e7c315d4bb2db7a4930056f849879d55ff Mon Sep 17 00:00:00 2001 From: mshanemc Date: Fri, 13 Oct 2023 10:28:40 -0500 Subject: [PATCH] refactor: pr feedback --- messages/open.md | 2 +- test/nut/open.nut.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/open.md b/messages/open.md index c5a8ae3c..4b729dac 100644 --- a/messages/open.md +++ b/messages/open.md @@ -74,7 +74,7 @@ The Lightning Experience-enabled custom domain is unavailable. # FlowIdNotFound -No ID not found for Flow %s . +No ID not found for Flow %s. # FlowIdNotFound.actions diff --git a/test/nut/open.nut.ts b/test/nut/open.nut.ts index 127be591..6bffceea 100644 --- a/test/nut/open.nut.ts +++ b/test/nut/open.nut.ts @@ -67,7 +67,7 @@ describe('test org:open command', () => { }); it('should produce the URL for an existing flow', () => { - const result = execCmd(`force:source:open --source-file ${flowPath} --url-only --json`, { + const result = execCmd(`force:org:open --source-file ${flowPath} --url-only --json`, { ensureExitCode: 0, }).jsonOutput?.result; assert(result);