Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 27, 2024
1 parent f7e6d94 commit f403a20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oauth2/oauth2_auth_code_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,9 @@ func createVCProofJWT(t *testing.T, pubKey *jose.JSONWebKey, privKey any, nonce
func TestAuthCodeWithMockStrategy(t *testing.T) {
setupRegistries(t)

for k := range registries {
for k := range map[string]driver.Registry{
"cockroach": registries["cockroach"],
} {
t.Run("registry="+k, func(t *testing.T) {
ctx := context.Background()
reg := internal.NewRegistrySQLFromURL(t, registries[k].Config().DSN(), true, &contextx.Default{})
Expand Down

0 comments on commit f403a20

Please sign in to comment.