changeset 1792:d16310f0ada7

Tests: added missing TEST_GLOBALS_STREAM templates.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 26 Sep 2022 15:49:15 +0400
parents 42d9fd20eeb6
children 261967d85363
files stream_js_buffer.t stream_js_ngx.t
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream_js_buffer.t
+++ b/stream_js_buffer.t
@@ -57,6 +57,8 @@ http {
 }
 
 stream {
+    %%TEST_GLOBALS_STREAM%%
+
     js_import test.js;
 
     js_set $type        test.type;
--- a/stream_js_ngx.t
+++ b/stream_js_ngx.t
@@ -49,6 +49,8 @@ http {
 }
 
 stream {
+    %%TEST_GLOBALS_STREAM%%
+
     js_import test.js;
 
     js_set $log     test.log;