From df6b1f0567d1cf58264585a854371524d315ab92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Reyes?= Date: Fri, 14 Jun 2024 13:51:17 -0400 Subject: [PATCH] ignore import state verfify for Service Orch enable for service --- ...rt_pagerduty_event_orchestration_path_service_test.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pagerduty/import_pagerduty_event_orchestration_path_service_test.go b/pagerduty/import_pagerduty_event_orchestration_path_service_test.go index 6d377108b..8a0de91a6 100644 --- a/pagerduty/import_pagerduty_event_orchestration_path_service_test.go +++ b/pagerduty/import_pagerduty_event_orchestration_path_service_test.go @@ -22,10 +22,11 @@ func TestAccPagerDutyEventOrchestrationPathService_import(t *testing.T) { Config: testAccCheckPagerDutyEventOrchestrationPathServiceAllActionsConfig(escalationPolicy, service), }, { - ResourceName: "pagerduty_event_orchestration_service.serviceA", - ImportStateIdFunc: testAccCheckPagerDutyEventOrchestrationPathServiceID, - ImportState: true, - ImportStateVerify: true, + ResourceName: "pagerduty_event_orchestration_service.serviceA", + ImportStateIdFunc: testAccCheckPagerDutyEventOrchestrationPathServiceID, + ImportState: true, + ImportStateVerify: true, + ImportStateVerifyIgnore: []string{"enable_event_orchestration_for_service"}, }, }, })