diff --git a/t/001-tls.t b/t/001-tls.t index 8a0df371..2a675f3f 100644 --- a/t/001-tls.t +++ b/t/001-tls.t @@ -532,7 +532,7 @@ ok } --- request -GET / +GET /t --- response_body ok --- no_error_log diff --git a/t/stream/003-tls.t b/t/stream/003-tls.t index b6b2b7e8..76de7b11 100644 --- a/t/stream/003-tls.t +++ b/t/stream/003-tls.t @@ -466,11 +466,9 @@ ok } --- stream_server_config - content_by_lua_block { - proxy_pass https://127.0.0.1:$TEST_NGINX_RAND_PORT_1; - proxy_http_version 1.1; - proxy_set_header Connection ""; - } + proxy_pass https://127.0.0.1:$TEST_NGINX_RAND_PORT_1; + proxy_http_version 1.1; + proxy_set_header Connection ""; --- response_body ok --- no_error_log