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"}, }, }, })