File tree Expand file tree Collapse file tree
cmd/thv-operator/pkg/controllerutil Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -979,7 +979,8 @@ func TestBuildAuthServerRunConfig(t *testing.T) {
979979 },
980980 DisableUpstreamTokenInjection : true ,
981981 },
982- oidcConfig : defaultOIDCConfig ,
982+ allowedAudiences : defaultAudiences ,
983+ scopesSupported : defaultScopes ,
983984 checkFunc : func (t * testing.T , config * authserver.RunConfig ) {
984985 t .Helper ()
985986 assert .True (t , config .DisableUpstreamTokenInjection ,
@@ -997,7 +998,8 @@ func TestBuildAuthServerRunConfig(t *testing.T) {
997998 {Name : "hmac-secret" , Key : "hmac" },
998999 },
9991000 },
1000- oidcConfig : defaultOIDCConfig ,
1001+ allowedAudiences : defaultAudiences ,
1002+ scopesSupported : defaultScopes ,
10011003 checkFunc : func (t * testing.T , config * authserver.RunConfig ) {
10021004 t .Helper ()
10031005 assert .False (t , config .DisableUpstreamTokenInjection ,
You can’t perform that action at this time.
0 commit comments