The stderr from "pinniped get kubeconfig" is no longer empty.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
ba0dc3bf52
commit
4750d7d7d2
@ -155,8 +155,7 @@ func TestE2EFullIntegration(t *testing.T) {
|
||||
"--oidc-ca-bundle", testCABundlePath,
|
||||
"--oidc-session-cache", sessionCachePath,
|
||||
)
|
||||
require.Equal(t, "", stderr)
|
||||
|
||||
t.Logf("stderr output from 'pinnipedget 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