Skip to content

Commit

Permalink
scripts: Resolves broken reference in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed May 4, 2018
1 parent 1a8a3b3 commit da4334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export HYDRA_URL=http://localhost:4444/
export OAUTH2_CLIENT_ID=foobar
export OAUTH2_CLIENT_SECRET=bazbar

hydra clients create --id $OAUTH_CLIENT_ID --secret $OAUTH_CLIENT_SECRET -g client_credentials
hydra clients create --id $OAUTH2_CLIENT_ID --secret $OAUTH2_CLIENT_SECRET -g client_credentials
token=$(hydra token client)
hydra token introspect $token
hydra clients delete foobar

0 comments on commit da4334b

Please sign in to comment.