diff --git a/components/engine/integration/system/info_test.go b/components/engine/integration/system/info_test.go index b8bdcf0049..7a653d0a6a 100644 --- a/components/engine/integration/system/info_test.go +++ b/components/engine/integration/system/info_test.go @@ -48,7 +48,7 @@ func TestInfoAPIWarnings(t *testing.T) { client, err := d.NewClient() assert.NilError(t, err) - d.StartWithBusybox(t, "--iptables=false", "-H=0.0.0.0:23756", "-H=unix://"+d.Sock()) + d.StartWithBusybox(t, "-H=0.0.0.0:23756", "-H="+d.Sock()) defer d.Stop(t) info, err := client.Info(context.Background())