mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 13:36:54 +00:00
Bump all direct go dependencies
This commit is contained in:
@@ -294,6 +294,7 @@ func TestProviderConfig(t *testing.T) {
|
||||
userInfoErr: tt.userInfoErr,
|
||||
},
|
||||
AllowPasswordGrant: !tt.disallowPasswordGrant,
|
||||
Client: http.DefaultClient,
|
||||
}
|
||||
|
||||
tok, err := p.PasswordCredentialsGrantAndValidateTokens(
|
||||
@@ -454,6 +455,7 @@ func TestProviderConfig(t *testing.T) {
|
||||
},
|
||||
Scopes: []string{"scope1", "scope2"},
|
||||
},
|
||||
Client: http.DefaultClient,
|
||||
}
|
||||
|
||||
tok, err := p.PerformRefresh(
|
||||
@@ -1384,6 +1386,7 @@ func TestProviderConfig(t *testing.T) {
|
||||
userInfo: tt.userInfo,
|
||||
userInfoErr: tt.userInfoErr,
|
||||
},
|
||||
Client: http.DefaultClient,
|
||||
}
|
||||
|
||||
tok, err := p.ExchangeAuthcodeAndValidateTokens(
|
||||
|
||||
Reference in New Issue
Block a user