Skip to content

Commit

Permalink
test: use --json for config unset
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 25, 2023
1 parent ab82b6e commit 4b08def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/sf.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('Salesforce CLI (sf)', () => {

expect(results.failures).to.be.empty

const unset = await executor.executeCommand('config unset disable-telemetry org-api-version --global')
const unset = await executor.executeCommand('config unset disable-telemetry org-api-version --global --json')
const unsetParsed = parseJson(unset.stdout!)
expect(unsetParsed.status).to.equal(0)
})
Expand Down

0 comments on commit 4b08def

Please sign in to comment.