diff not_modified_finalize.t @ 1479:fc3722dd8862

Tests: removed unused gzip imports.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 21 May 2019 17:29:05 +0300
parents 2978c5212045
children 54b92955e4e2
line wrap: on
line diff
--- a/not_modified_finalize.t
+++ b/not_modified_finalize.t
@@ -14,7 +14,7 @@ use Test::More;
 BEGIN { use FindBin; chdir($FindBin::Bin); }
 
 use lib 'lib';
-use Test::Nginx qw/ :DEFAULT :gzip /;
+use Test::Nginx;
 
 ###############################################################################