Remove unnecessary field

Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
This commit is contained in:
Ayato 2024-09-17 23:12:45 +09:00 committed by GitHub
parent 973611612e
commit 6021ef3fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,9 +40,6 @@ func TestDiscover(t *testing.T) {
args: args{
issuer: "https://example.com",
},
wantFields: &wantFields{
UILocalesSupported: true,
},
wantErr: oidc.ErrDiscoveryFailed,
},
}