Skip to content

Commit

Permalink
unstaged
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed May 26, 2017
1 parent b55d315 commit 3e04648
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Run `hydra -h` or `hydra help`.
Developing with ORY Hydra is as easy as:

```
go get github.com/ory/hydra
go get -d github.com/ory/hydra
go get github.com/Masterminds/glide
cd $GOPATH/src/github.com/ory/hydra
glide install
Expand Down
3 changes: 0 additions & 3 deletions oauth2/fosite_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ func TestCreateImplicitAccessTokenSession(t *testing.T) {
_, err := m.GetAccessTokenSession(ctx, "implicit-4321", &fosite.DefaultSession{})
assert.NotNil(t, err)

err = m.CreateImplicitAccessTokenSession(ctx, "implicit-4321", &defaultRequest)
assert.Nil(t, err)

res, err := m.GetAccessTokenSession(ctx, "implicit-4321", &fosite.DefaultSession{})
require.Nil(t, err)
c.AssertObjectKeysEqual(t, &defaultRequest, res, "Scopes", "GrantedScopes", "Form", "Session")
Expand Down

0 comments on commit 3e04648

Please sign in to comment.