Skip to content

Commit

Permalink
Fix unit test: testAccOnCallOnCallShiftConfigUntil
Browse files Browse the repository at this point in the history
  • Loading branch information
maltelehmann committed Oct 3, 2024
1 parent 6b0a993 commit c31d339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/oncall/resource_shift_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ resource "grafana_oncall_on_call_shift" "test-acc-on_call_shift" {
name = "%s"
type = "recurrent_event"
start = "2020-09-04T16:00:00"
start = "2020-10-04T16:00:00"
until = "2020-10-04T16:00:00"
duration = 3600
level = 1
frequency = "weekly"
Expand Down

0 comments on commit c31d339

Please sign in to comment.