refactor InferSupervisorIssuerURL() func; remove a TODO

Co-authored-by: Joshua Casey <joshuatcasey@gmail.com>
Co-authored-by: Ashish Amarnath <ashish.amarnath@broadcom.com>
This commit is contained in:
Ryan Richard
2024-07-24 10:27:39 -07:00
parent 60f82d2a55
commit ca2dd2d476
5 changed files with 7 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ func TestSupervisorWarnings_Browser(t *testing.T) {
pinnipedExe := testlib.PinnipedCLIPath(t)
tempDir := t.TempDir()
issuerURL, _ := env.SupervisorUpstreamOIDC.InferTheIssuerURL(t)
issuerURL, _ := env.InferSupervisorIssuerURL(t)
// Generate a CA bundle with which to serve this provider.
t.Logf("generating test CA")