Skip to content

Commit

Permalink
rsakey: Updates to ORY Hydra v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed May 29, 2018
1 parent 788e96b commit e4c9f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- TEST_DATABASE_POSTGRESQL=postgres://test:test@localhost:5432/oathkeeper?sslmode=disable
- TEST_DATABASE_MYSQL=root:test@(localhost:3306)/mysql?parseTime=true
- TEST_HYDRA_URL=http://localhost:4444
- image: oryd/hydra:v1.0.0-beta.1
- image: oryd/hydra:v1.0.0-beta.2
environment:
- DATABASE_URL=memory
command: "serve --dangerous-force-http"
Expand Down
2 changes: 1 addition & 1 deletion rsakey/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func connectToHydra(t *testing.T) *hydra.CodeGenSDK {

resource, err := pool.RunWithOptions(&dockertest.RunOptions{
Repository: "oryd/hydra",
Tag: "v1.0.0-beta.1",
Tag: "v1.0.0-beta.2",
Cmd: []string{"serve", "--dangerous-force-http"},
Env: []string{"DATABASE_URL=memory"},
ExposedPorts: []string{"4444/tcp"},
Expand Down

0 comments on commit e4c9f2e

Please sign in to comment.