Skip to content

Commit

Permalink
Fixed tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanks committed Feb 7, 2025
1 parent 5ba8d44 commit 691ff3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/version_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ var _ = Describe("Controller Suite", func() {
ImageToUse: curUIImage,
},
}
postJobSpec := buildPreUpgradeJobSpec(getPreUpgradeJobName(master.Status.UpgradeStartTimeMillis), master, emptyLabels, false)
postJobSpec := buildPreUpgradeJobSpec(getPreUpgradeJobName(master.Status.UpgradeStartTimeMillis), master, emptyLabels, true)
object, err := buildUpgradeJobObject(postJobSpec)
Expect(err).To(BeNil())

Expand Down

0 comments on commit 691ff3f

Please sign in to comment.