forked from Mirrors/oauth2
Fix format issues
This commit is contained in:
parent
a4ca1949a3
commit
efb2e8a08a
|
@ -139,7 +139,7 @@ func TestJWTAccessTokenSourceWithScope(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func setupDummyKey(t *testing.T) {
|
func setupDummyKey(t *testing.T) {
|
||||||
once.Do(func () {
|
once.Do(func() {
|
||||||
// Generate a key we can use in the test data.
|
// Generate a key we can use in the test data.
|
||||||
pk, err := rsa.GenerateKey(rand.Reader, 2048)
|
pk, err := rsa.GenerateKey(rand.Reader, 2048)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue