mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-13 19:44:19 +00:00
Revoke upstream OIDC refresh tokens during GC
This commit is contained in:
@@ -403,7 +403,7 @@ func TestReadFromSecret(t *testing.T) {
|
||||
tests := []struct {
|
||||
name string
|
||||
secret *corev1.Secret
|
||||
wantSession *AuthorizeCodeSession
|
||||
wantSession *Session
|
||||
wantErr string
|
||||
}{
|
||||
{
|
||||
@@ -422,7 +422,7 @@ func TestReadFromSecret(t *testing.T) {
|
||||
},
|
||||
Type: "storage.pinniped.dev/authcode",
|
||||
},
|
||||
wantSession: &AuthorizeCodeSession{
|
||||
wantSession: &Session{
|
||||
Version: "2",
|
||||
Active: true,
|
||||
Request: &fosite.Request{
|
||||
|
||||
Reference in New Issue
Block a user