changeset 1075:5513b68493e7

Tests: added rewrite prerequisite in proxy_method.t.
author Andrey Zelenkov <zelenkov@nginx.com>
date Mon, 31 Oct 2016 15:21:31 +0300
parents a2b6997b4d48
children 4240cca68d1d
files proxy_method.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_method.t
+++ b/proxy_method.t
@@ -21,7 +21,7 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http proxy/)->plan(4)
+my $t = Test::Nginx->new()->has(qw/http proxy rewrite/)->plan(4)
     ->write_file_expand('nginx.conf', <<'EOF');
 
 %%TEST_GLOBALS%%