Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Enable ImportState step for the new test, but keep ImportStateVerify …
Browse files Browse the repository at this point in the history
…disabled
  • Loading branch information
louy committed Mar 15, 2019
1 parent 07a3322 commit 2464966
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions uptimerobot/resource_uptimerobot_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ func TestUptimeRobotDataResourceMonitor_custom_alert_contact_threshold_and_recur
resource.TestCheckResourceAttr("uptimerobot_monitor.test", "alert_contact.0.recurrence", "0"),
),
},
// uptimerobot doesn't support pulling alert_contact
// resource.TestStep{
// ResourceName: "uptimerobot_monitor.test",
// ImportState: true,
// ImportStateVerify: true,
// },
resource.TestStep{
ResourceName: "uptimerobot_monitor.test",
ImportState: true,
// uptimerobot doesn't support pulling alert_contact
// ImportStateVerify: true,
},
},
})
}
Expand Down

0 comments on commit 2464966

Please sign in to comment.