Skip to content

Commit

Permalink
Updates test for retrying apply changes
Browse files Browse the repository at this point in the history
Authored-by: Wayne Adams <[email protected]>
  • Loading branch information
wayneadams committed Apr 11, 2024
1 parent e8d7e78 commit f035b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/apply_changes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var _ = Describe("ApplyChanges", func() {

Expect(service.CreateInstallationCallCount()).To(Equal(1))

ignoreWarnings, deployProducts, _, _ := service.CreateInstallationArgsForCall(0)
ignoreWarnings, deployProducts, _, _, _ := service.CreateInstallationArgsForCall(0)
Expect(ignoreWarnings).To(Equal(false))
Expect(deployProducts).To(Equal(true))

Expand Down

0 comments on commit f035b7f

Please sign in to comment.