Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 7, 2022
1 parent e670d68 commit da0feb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2/oauth2_auth_code_test.go
Expand Up @@ -96,7 +96,7 @@ func TestAuthCodeWithDefaultStrategy(t *testing.T) {
ctx := context.TODO()
reg := internal.NewMockedRegistry(t, &contextx.Default{})
reg.Config().MustSet(ctx, config.KeyAccessTokenStrategy, "opaque")
reg.Config().MustSet(ctx,config.KeyRefreshTokenHookURL, "")
reg.Config().MustSet(ctx, config.KeyRefreshTokenHookURL, "")
publicTS, adminTS := testhelpers.NewOAuth2Server(ctx, t, reg)

newOAuth2Client := func(t *testing.T, cb string) (*hc.Client, *oauth2.Config) {
Expand Down

0 comments on commit da0feb7

Please sign in to comment.