redirect includes port now

This commit is contained in:
Michael Hobbs
2015-09-17 22:35:13 -07:00
parent e07ae7ad6a
commit 9efa8beb81

View File

@@ -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}"
}