diff limit_rate.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents b8b92ed90485
children
line wrap: on
line diff
--- a/limit_rate.t
+++ b/limit_rate.t
@@ -82,7 +82,7 @@ http {
 EOF
 
 $t->write_file('data', 'X' x 30000);
-$t->try_run('no limit_rate variables')->plan(7);
+$t->run()->plan(7);
 
 ###############################################################################