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

@@ -12,7 +12,7 @@ import (
"strings"
"github.com/hashicorp/vault/builtin/logical/database/dbplugin"
dockertest "gopkg.in/ory-am/dockertest.v3"
"github.com/ory/dockertest"
)
const testMongoDBRole = `{ "db": "admin", "roles": [ { "role": "readWrite" } ] }`