Fix minor typo in e2e_test.go.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-03-09 12:12:52 -06:00
parent b20a8358d3
commit 29d5e43220
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D

View File

@ -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)