[njs] Tests: fixed typo in stream_js_dup_set.t introduced in be271e8d0b3b.

Dmitry Volyntsev xeioex at nginx.com
Mon Apr 29 21:25:02 UTC 2024


details:   https://hg.nginx.org/njs/rev/18fc657411ca
branches:  
changeset: 2324:18fc657411ca
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Fri Apr 26 16:48:19 2024 -0700
description:
Tests: fixed typo in stream_js_dup_set.t introduced in be271e8d0b3b.

Previously, with typo the test was always skipped.

diffstat:

 nginx/t/stream_js_dup_set.t |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7456fe29ac0a -r 18fc657411ca nginx/t/stream_js_dup_set.t
--- a/nginx/t/stream_js_dup_set.t	Fri Apr 26 16:48:17 2024 -0700
+++ b/nginx/t/stream_js_dup_set.t	Fri Apr 26 16:48:19 2024 -0700
@@ -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;
     }
 }


More information about the nginx-devel mailing list