]> git.kaiwu.me - njs.git/commitdiff
Tests: fixed typo in stream_js_dup_set.t introduced in be271e8d0b3b.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 26 Apr 2024 23:48:19 +0000 (16:48 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 26 Apr 2024 23:48:19 +0000 (16:48 -0700)
Previously, with typo the test was always skipped.

nginx/t/stream_js_dup_set.t

index 09669240bdb3db15585e71c3d11f14507c8f87a0..1fd3148113c14ad3e6d4383c456d3848dcd8e9ae 100644 (file)
@@ -46,7 +46,7 @@ stream {
 
     server {
         listen  127.0.0.1:8082;
-        js_set $test test.foo1;
+        js_set $test test.foo;
         return  8082:$test;
     }
 }