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

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Oct 4, 2019
1 parent 18bc67f commit 6a8e7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uptimerobot/resource_uptimerobot_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
"github.com/louy/terraform-provider-uptimerobot/uptimerobot/api"
uptimerobotapi "github.com/louy/terraform-provider-uptimerobot/uptimerobot/api"
)

func TestUptimeRobotDataResourceMonitor_http_monitor(t *testing.T) {
Expand Down Expand Up @@ -273,7 +273,7 @@ func TestUptimeRobotDataResourceMonitor_custom_http_headers(t *testing.T) {
friendly_name = "%s"
type = "%s"
url = "%s"
custom_http_headers {
custom_http_headers = {
// Accept-Language = "en"
}
}
Expand Down

0 comments on commit 6a8e7e9

Please sign in to comment.