Skip to content

Commit

Permalink
ignore import state verfify for Service Orch enable for service
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Jun 14, 2024
1 parent 0c2c85d commit 0a1c460
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
},
})
Expand Down

0 comments on commit 0a1c460

Please sign in to comment.