diff js_fetch_resolver.t @ 1776:f89770df737a

Tests: removed njs version checks older than 0.6.0.
author Dmitry Volyntsev <xeioex@nginx.com>
date Wed, 13 Jul 2022 14:55:55 -0700
parents 67adc5fd0548
children
line wrap: on
line diff
--- a/js_fetch_resolver.t
+++ b/js_fetch_resolver.t
@@ -116,9 +116,6 @@ EOF
 
 ###############################################################################
 
-local $TODO = 'not yet'
-	unless http_get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.5.1';
-
 like(http_get('/dns?domain=aaa'), qr/aaa:GET:::$/s, 'fetch dns aaa');
 like(http_get('/dns?domain=many'), qr/many:GET:::$/s, 'fetch dns many');
 like(http_get('/dns?domain=unknown'), qr/"unknown" could not be resolved/s,