Fix minor typo in e2e_test.go.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
b20a8358d3
commit
29d5e43220
@ -155,7 +155,7 @@ func TestE2EFullIntegration(t *testing.T) {
|
||||
"--oidc-ca-bundle", testCABundlePath,
|
||||
"--oidc-session-cache", sessionCachePath,
|
||||
)
|
||||
t.Logf("stderr output from 'pinnipedget kubeconfig':\n%s\n\n", stderr)
|
||||
t.Logf("stderr output from 'pinniped get kubeconfig':\n%s\n\n", stderr)
|
||||
t.Logf("test kubeconfig:\n%s\n\n", kubeconfigYAML)
|
||||
|
||||
restConfig := library.NewRestConfigFromKubeconfig(t, kubeconfigYAML)
|
||||
|
Loading…
Reference in New Issue
Block a user