diff stream_proxy.t @ 1609:f3ba4c74de31

Tests: added TEST_GLOBALS_STREAM variable support.
author Andrei Belov <defan@nginx.com>
date Thu, 12 Nov 2020 17:46:49 +0300
parents 3fc6817cd84a
children
line wrap: on
line diff
--- a/stream_proxy.t
+++ b/stream_proxy.t
@@ -36,6 +36,8 @@ events {
 }
 
 stream {
+    %%TEST_GLOBALS_STREAM%%
+
     server {
         listen      127.0.0.1:8080;
         proxy_pass  127.0.0.1:8081;