From b1803bc7e58ba8f7165cd99cfcd798ec2d5090d2 Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Mon, 6 Apr 2015 14:04:15 +0700 Subject: [PATCH] regression for 0.2.0 Signed-off-by: Chanwit Kaewkasi --- test/integration/api.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/api.bats b/test/integration/api.bats index e02a9f8c6a..618a0ded2c 100644 --- a/test/integration/api.bats +++ b/test/integration/api.bats @@ -12,7 +12,7 @@ function teardown() { start_manager run docker_swarm info [ "$status" -eq 0 ] - [[ "${lines[1]}" == *"Nodes: 3" ]] + [[ "${lines[3]}" == *"Nodes: 3" ]] } @test "docker ps -n 3 should return the 3 last containers, including non running one" {