diff proxy_ssl_certificate_empty.t @ 1937:2a0a6035a1af

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 18:12:08 +0400
parents 29f4d48b5b31
children
line wrap: on
line diff
--- a/proxy_ssl_certificate_empty.t	Fri Aug 25 18:12:06 2023 +0400
+++ b/proxy_ssl_certificate_empty.t	Fri Aug 25 18:12:08 2023 +0400
@@ -98,7 +98,7 @@
 
 $t->write_file('index.html', '');
 
-$t->try_run('no empty value support')->plan(2);
+$t->run()->plan(2);
 
 ###############################################################################