Skip to content

Commit

Permalink
test: add ignore-conflicts flag to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jul 25, 2024
1 parent 293ab4c commit de7d609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/commands/deploy/metadata/report.nut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ describe('[project deploy report] NUTs with source-dir', () => {

it('should report most recently started deployment without flag', async () => {
await testkit.execute<DeployResultJson>('project deploy start', {
args: '--source-dir force-app --async',
// this might be conflicting with other deploys to the org
args: '--source-dir force-app --async --ignore-conflicts',
json: true,
exitCode: 0,
});
Expand Down

0 comments on commit de7d609

Please sign in to comment.