Skip to content

Commit

Permalink
rsakey: Uses Hydra v0.11.6 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Mar 14, 2018
1 parent 00b51b7 commit 9c2cc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsakey/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func connectToHydra(t *testing.T) *hydra.CodeGenSDK {

resource, err := pool.RunWithOptions(&dockertest.RunOptions{
Repository: "oryd/hydra",
Tag: "v0.10.0-alpha.18",
Tag: "v0.11.6",
Cmd: []string{"host", "--dangerous-force-http"},
Env: []string{"DATABASE_URL=memory", "FORCE_ROOT_CLIENT_CREDENTIALS=root:secret"},
ExposedPorts: []string{"4444/tcp"},
Expand Down

0 comments on commit 9c2cc89

Please sign in to comment.