From 6021ef3fcde84a9755345dff2cb123a086cc5426 Mon Sep 17 00:00:00 2001 From: Ayato Date: Tue, 17 Sep 2024 23:12:45 +0900 Subject: [PATCH] Remove unnecessary field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tim Möhlmann --- pkg/client/client_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/client/client_test.go b/pkg/client/client_test.go index bef2376..e527236 100644 --- a/pkg/client/client_test.go +++ b/pkg/client/client_test.go @@ -40,9 +40,6 @@ func TestDiscover(t *testing.T) { args: args{ issuer: "https://example.com", }, - wantFields: &wantFields{ - UILocalesSupported: true, - }, wantErr: oidc.ErrDiscoveryFailed, }, }