From 099659bddcd62f254715a7340953c858b94d3ff0 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 29 Feb 2016 16:11:15 +0000 Subject: [PATCH] Fix test --- integration/300_internet_edge_test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/integration/300_internet_edge_test.sh b/integration/300_internet_edge_test.sh index eff59e43cb..13aeac8b56 100755 --- a/integration/300_internet_edge_test.sh +++ b/integration/300_internet_edge_test.sh @@ -22,12 +22,12 @@ do_connections() { } do_connections& -wait_for_containers $HOST1 60 nginx "The Internet" +wait_for_containers $HOST1 60 nginx "Inbound" has_container $HOST1 nginx -has_container $HOST1 "The Internet" -has_connection containers $HOST1 "The Internet" nginx +has_container $HOST1 "Inbound" +has_connection containers $HOST1 "Inbound" nginx kill %do_connections -scope_end_suite +#scope_end_suite