diff --git a/integration/tests/api/docker_test.go b/integration/tests/api/docker_test.go index 8d30edf1..0b53b7b0 100644 --- a/integration/tests/api/docker_test.go +++ b/integration/tests/api/docker_test.go @@ -269,7 +269,7 @@ func TestDockerContainerNetworkStats(t *testing.T) { defer fm.Cleanup() // Wait for the container to show up. - containerId := fm.Docker().RunBusybox("watch", "-n1", "wget", "https://www.google.com/") + containerId := fm.Docker().RunBusybox("watch", "-n1", "wget", "http://www.google.com/") waitForContainer(containerId, fm) time.Sleep(10 * time.Second)