mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-06 16:17:08 +00:00
Refactor library.CreateTestJWTAuthenticator() so we can also use the supervisor as an upstream.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -59,7 +59,7 @@ func TestSuccessfulCredentialRequest(t *testing.T) {
|
||||
},
|
||||
{
|
||||
name: "jwt authenticator",
|
||||
authenticator: library.CreateTestJWTAuthenticator,
|
||||
authenticator: library.CreateTestJWTAuthenticatorForCLIUpstream,
|
||||
token: func(t *testing.T) (string, string, []string) {
|
||||
pinnipedExe := library.PinnipedCLIPath(t)
|
||||
credOutput, _ := runPinnipedLoginOIDC(ctx, t, pinnipedExe)
|
||||
|
||||
Reference in New Issue
Block a user