# HG changeset patch # User Andrey Zelenkov # Date 1477916491 -10800 # Node ID 5513b68493e7113086fd531967cf1633e216fb08 # Parent a2b6997b4d4891d5abefc98b9ba316d5866db7b8 Tests: added rewrite prerequisite in proxy_method.t. diff --git a/proxy_method.t b/proxy_method.t --- 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%%