Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nukosuke committed Apr 20, 2022
1 parent 7ffa46b commit f6b9970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zendesk/resource_zendesk_automation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func TestAccAutomationExample(t *testing.T) {
CheckDestroy: testAutomationDestroyed,
Steps: []resource.TestStep{
{
Config: readExampleConfig(t, "automations.tf"),
Config: readExampleConfig(t, "resources/zendesk_automation/resource.tf"),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr(
"zendesk_automation.auto-close-automation",
Expand Down

0 comments on commit f6b9970

Please sign in to comment.