Skip to content

Commit

Permalink
sql: resolve wrongly named config reader
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Jan 15, 2017
1 parent 5554019 commit d9a436a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ script:
- hydra clients create --id foobar
- hydra clients delete foobar
# Test token on arbitrary endpoints
- curl --header "Authorization: bearer $(hydra token client)" http://localhost:4444/clients
- |-
curl --header "Authorization: bearer $(hydra token client)" http://localhost:4444/clients
# Test token validation
- hydra token validate $(hydra token client)

Expand Down

0 comments on commit d9a436a

Please sign in to comment.