From c31d339cdb8f9f2d2da6cba5a436ee0f8194cc18 Mon Sep 17 00:00:00 2001 From: Malte Lehmann Date: Thu, 3 Oct 2024 18:55:49 +0200 Subject: [PATCH] Fix unit test: testAccOnCallOnCallShiftConfigUntil --- internal/resources/oncall/resource_shift_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resources/oncall/resource_shift_test.go b/internal/resources/oncall/resource_shift_test.go index b19b85e12..0b43c650f 100644 --- a/internal/resources/oncall/resource_shift_test.go +++ b/internal/resources/oncall/resource_shift_test.go @@ -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"