Integration tests should use a helper func to infer Supervisor's downstream issuer URL

This commit is contained in:
Joshua Casey
2024-07-23 14:43:38 -05:00
committed by Ryan Richard
parent afec420ce6
commit 0f9352db3b
6 changed files with 21 additions and 25 deletions

View File

@@ -23,6 +23,7 @@ import (
// on the TLSSpec in Pinniped supervisor CRDs using OIDCIdentityProvider as an example.
func TestTLSSpecKubeBuilderValidationSupervisor_Parallel(t *testing.T) {
env := testlib.IntegrationEnv(t)
env.SupervisorUpstreamOIDC.Issuer
testCases := []struct {
name string
customResourceYaml string