Skip to content

Commit

Permalink
updated monthly recurring freeze frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 committed Dec 16, 2024
1 parent a759600 commit cf5328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/deployment_freeze_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func TestDeploymentFreezeRecurringSchedules(t *testing.T) {
name: "Monthly Schedule",
schedule: &deploymentfreezes.RecurringSchedule{
Type: deploymentfreezes.Monthly,
Unit: 24,
Unit: 1,
EndType: deploymentfreezes.Never,
MonthlyScheduleType: "DayOfMonth",
DayOfWeek: "Thursday",
Expand Down

0 comments on commit cf5328d

Please sign in to comment.