diff options
author | alexandreFre <51956137+alexandreFre@users.noreply.github.com> | 2019-07-05 10:07:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 10:07:21 +0200 |
commit | 35d1f8deb10896fc2635ab905922268e4cf266dc (patch) | |
tree | 308e98bf66512b843857a0403fe8bd9aa03f2eeb /mailgun/resource_mailgun_route_test.go | |
parent | d564d146deaa5e5c5e66a7407efce8e16933f921 (diff) | |
parent | 68936298c66845b16c718cbcfad8ae36ecd5fdfe (diff) | |
download | terraform-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_route_test.go')
-rw-r--r-- | mailgun/resource_mailgun_route_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailgun/resource_mailgun_route_test.go b/mailgun/resource_mailgun_route_test.go index b3806c2..2d7b221 100644 --- a/mailgun/resource_mailgun_route_test.go +++ b/mailgun/resource_mailgun_route_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 | "strconv" | 9 | "strconv" |
10 | "testing" | 10 | "testing" |
11 | "time" | 11 | "time" |