diff options
Diffstat (limited to 'nginx/t/js_fetch.t')
-rw-r--r-- | nginx/t/js_fetch.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/t/js_fetch.t b/nginx/t/js_fetch.t index ae9d1f61..7ee1a602 100644 --- a/nginx/t/js_fetch.t +++ b/nginx/t/js_fetch.t @@ -342,6 +342,8 @@ $t->write_file('test.js', <<EOF); } } + out.sort(); + r.return(200, JSON.stringify(out)); } @@ -411,8 +413,6 @@ EOF $t->try_run('no njs.fetch'); -plan(skip_all => 'not yet') if http_get('/engine') =~ /QuickJS$/m; - $t->plan(37); $t->run_daemon(\&http_daemon, port(8082)); |