Merge branch 'main' into initial_ldap
This commit is contained in:
commit
9968d501f4
@ -357,7 +357,7 @@ func TestImpersonationProxy(t *testing.T) { //nolint:gocyclo // yeah, it's compl
|
|||||||
t.Log("curlStdErr: " + curlStdErr.String())
|
t.Log("curlStdErr: " + curlStdErr.String())
|
||||||
t.Log("stdout: " + curlStdOut.String())
|
t.Log("stdout: " + curlStdOut.String())
|
||||||
}
|
}
|
||||||
t.Log("Running curl through the kubectl port-forward port for 70 seconds. Elapsed time:", time.Now().Sub(startTime))
|
t.Log("Running curl through the kubectl port-forward port for 70 seconds. Elapsed time:", time.Since(startTime))
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(1 * time.Second)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user