Skip to content

Commit

Permalink
Attempt to fix e2e test failing. (Azure#10389)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbert312 committed Apr 10, 2023
1 parent d5d1f8d commit f8cfe69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bicep.Cli.E2eTests/src/publish.test.live.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("bicep publish", () => {
"v1"
);

invokingBicepCommand("publish", exampleFilePath, "--target", target)
invokingBicepCommand("publish", exampleFilePath, "--target", target, "--force")
.withEnvironmentOverrides(environment.environmentOverrides)
.shouldSucceed();
});
Expand Down

0 comments on commit f8cfe69

Please sign in to comment.