Skip to content

Commit

Permalink
rsakey: Expose all ORY Hydra ports in tests
Browse files Browse the repository at this point in the history
Signed-off-by: arekkas <aeneas@ory.am>
  • Loading branch information
arekkas authored and aeneasr committed Aug 24, 2018
1 parent 519a536 commit add70c6
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 @@ -112,7 +112,7 @@ func connectToHydra(t *testing.T) *hydra.CodeGenSDK {
Tag: "v1.0.0-beta.8",
Cmd: []string{"serve", "all", "--dangerous-force-http"},
Env: []string{"DATABASE_URL=memory"},
ExposedPorts: []string{"4444/tcp"},
ExposedPorts: []string{"4444/tcp", "4445/tcp"},
})
if err != nil {
log.Fatalf("Could not start resource: %s", err)
Expand Down

0 comments on commit add70c6

Please sign in to comment.