Skip to content

Commit 6ef476a

Browse files
committed
update generic
1 parent 09d6eb6 commit 6ef476a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/auth/generic/generic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func discoverJWKSURL(authURL string) (string, error) {
127127
return http.ErrUseLastResponse
128128
},
129129
}
130-
130+
131131
if !allowInsecureForTest {
132132
client.Transport.(*http.Transport).DialContext = safeDialer().DialContext
133133
}

0 commit comments

Comments
 (0)