Re-add dockertest and fix up imports and update script (#4909)

This commit is contained in:
Jeff Mitchell
2018-07-11 17:49:13 -04:00
committed by GitHub
parent 96800455df
commit dba48d5265
319 changed files with 34149 additions and 17 deletions

View File

@@ -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) {