Skip to content

Commit

Permalink
Missing package import.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed Oct 3, 2016
1 parent 8fc2983 commit 993c7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/rancher/resource_rancher_stack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
rancherClient "github.com/rancher/go-rancher/client"
)

func TestAccRancherStack(t *testing.T) {
Expand Down

0 comments on commit 993c7c9

Please sign in to comment.