Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 6, 2024
1 parent 3f8a407 commit 00cc633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2/fosite_store_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ func testFositeJWTBearerGrantStorage(x InternalRegistry) func(t *testing.T) {
err = grantManager.CreateGrant(context.TODO(), grant, publicKey)
require.NoError(t, err)

_, err := grantStorage.GetPublicKeys(context.TODO(), issuer, "any-subject-3")
_, err = grantStorage.GetPublicKeys(context.TODO(), issuer, "any-subject-3")
require.ErrorIs(t, err, sqlcon.ErrNoRows)
})
}
Expand Down

0 comments on commit 00cc633

Please sign in to comment.