From 9efa8beb81a81c064af080ca059a9946c66b2076 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Thu, 17 Sep 2015 22:35:13 -0700 Subject: [PATCH] redirect includes port now --- tests/unit/nginx-vhosts.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/nginx-vhosts.bats b/tests/unit/nginx-vhosts.bats index fe2cf114a..1436c6a68 100644 --- a/tests/unit/nginx-vhosts.bats +++ b/tests/unit/nginx-vhosts.bats @@ -18,7 +18,7 @@ teardown() { assert_ssl_domain() { local domain=$1 assert_app_domain "${domain}" - assert_http_redirect "http://${domain}" "https://${domain}/" + assert_http_redirect "http://${domain}" "https://${domain}:443/" assert_http_success "https://${domain}" }