aboutsummaryrefslogtreecommitdiffhomepage
path: root/mailgun/resource_mailgun_domain_test.go
diff options
context:
space:
mode:
authoralexandreFre <51956137+alexandreFre@users.noreply.github.com>2019-07-05 10:07:21 +0200
committerGitHub <noreply@github.com>2019-07-05 10:07:21 +0200
commit35d1f8deb10896fc2635ab905922268e4cf266dc (patch)
tree308e98bf66512b843857a0403fe8bd9aa03f2eeb /mailgun/resource_mailgun_domain_test.go
parentd564d146deaa5e5c5e66a7407efce8e16933f921 (diff)
parent68936298c66845b16c718cbcfad8ae36ecd5fdfe (diff)
downloadterraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.tar.gz
terraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.tar.zst
terraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.zip
Merge pull request #7 from alexandreFre/add_doc
Add automatic testing on Travis
Diffstat (limited to 'mailgun/resource_mailgun_domain_test.go')
-rw-r--r--mailgun/resource_mailgun_domain_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailgun/resource_mailgun_domain_test.go b/mailgun/resource_mailgun_domain_test.go
index c35df48..6096c60 100644
--- a/mailgun/resource_mailgun_domain_test.go
+++ b/mailgun/resource_mailgun_domain_test.go
@@ -5,7 +5,7 @@ import (
5 "fmt" 5 "fmt"
6 "github.com/hashicorp/terraform/helper/resource" 6 "github.com/hashicorp/terraform/helper/resource"
7 "github.com/hashicorp/terraform/terraform" 7 "github.com/hashicorp/terraform/terraform"
8 "github.com/mailgun/mailgun-go" 8 "github.com/mailgun/mailgun-go/v3"
9 "os" 9 "os"
10 "strconv" 10 "strconv"
11 "testing" 11 "testing"