diff --git a/integration/pod_hostname_env_test.go b/integration/pod_hostname_env_test.go index 0757ba25b..a317e3cd5 100644 --- a/integration/pod_hostname_env_test.go +++ b/integration/pod_hostname_env_test.go @@ -84,7 +84,7 @@ func TestPodHostnameEnv(t *testing.T) { t.Log("Create a container to print env") cnConfig := ContainerConfig( containerName, - "busybox", + testImage, WithCommand("env"), WithLogPath(containerName), )