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

Commit

Permalink
Merge pull request #62 from louy/caarlos0-tf0.12
Browse files Browse the repository at this point in the history
Fix ci yaml typo
  • Loading branch information
louy authored Oct 4, 2019
2 parents 19fb559 + da3b464 commit fea1803
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
environment:
CC_TEST_REPORTER_ID: 52729bbe50d1d3f27774761a3ae11ce34b3a14fbbdfdce903f8736eac52f30c5
GO111MODULE: on
GO111MODULE: 'on'

docker:
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
*.log

/.idea

c.out
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 fea1803

Please sign in to comment.