Skip to content

Commit

Permalink
fix test actually
Browse files Browse the repository at this point in the history
  • Loading branch information
ptnapoleon committed Dec 4, 2024
1 parent 8194fee commit 6dee09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/disruption_cron_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ var _ = Describe("DisruptionCron Webhook", func() {

When("disruption cron schedule is too brief", func() {
It("should return an error", func() {
minimumCronFrequency = time.Hour * 2
minimumCronFrequency = time.Hour * 24 * 365

disruptionCron := makeValidDisruptionCron()
warnings, err := disruptionCron.ValidateCreate()
Expand Down

0 comments on commit 6dee09f

Please sign in to comment.