From 9e47e307eb278e5277a07234122a42118a107b16 Mon Sep 17 00:00:00 2001 From: Branden Cash Date: Mon, 12 Oct 2015 14:22:24 -0700 Subject: [PATCH] put the VIRTUAL_HOST value in quotes --- test/multiple-ports.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/multiple-ports.bats b/test/multiple-ports.bats index 9ba7bcf..386d93c 100644 --- a/test/multiple-ports.bats +++ b/test/multiple-ports.bats @@ -41,7 +41,7 @@ function setup { @test "[$TEST_FILE] VIRTUAL_HOST proxy syntax" { # GIVEN - prepare_web_container bats-web-${TEST_FILE}-2 "80 90" -e VIRTUAL_HOST=web.bats=>http:80,web1.bats=>http:90 + prepare_web_container bats-web-${TEST_FILE}-2 "80 90" -e VIRTUAL_HOST='web.bats=>http:80,web1.bats=>http:90' # THEN assert_response_is_from_port 80 web.bats