diff --git a/test/integration/api/network.bats b/test/integration/api/network.bats index 9ad9e32c52..60825eb7bd 100644 --- a/test/integration/api/network.bats +++ b/test/integration/api/network.bats @@ -28,7 +28,7 @@ function teardown() { run docker_swarm network inspect node-0/bridge [[ "${output}" != *"\"Containers\": {}"* ]] - diff <(docker_swarm network inspect node-0/bridge) <(docker_host -H ${HOSTS[0]} network inspect bridge) + diff <(docker_swarm network inspect node-0/bridge) <(docker -H ${HOSTS[0]} network inspect bridge) } @test "docker network create" {