Skip to content

Commit

Permalink
Re-add dockertest and fix up imports and update script (#4909)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai authored Jul 11, 2018
1 parent 1f7c163 commit a54f7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
nomadapi "github.com/hashicorp/nomad/api"
"github.com/hashicorp/vault/logical"
"github.com/mitchellh/mapstructure"
dockertest "gopkg.in/ory-am/dockertest.v3"
"github.com/ory/dockertest"
)

func prepareTestContainer(t *testing.T) (cleanup func(), retAddress string, nomadToken string) {
Expand Down

0 comments on commit a54f7c9

Please sign in to comment.