changeset 1802:506e1a716fe8

Tests: fixed proxy_protocol2_tlv.t prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 10 Nov 2022 16:37:54 +0400
parents f129b693d83e
children 4627e750efdd
files proxy_protocol2_tlv.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_protocol2_tlv.t
+++ b/proxy_protocol2_tlv.t
@@ -23,7 +23,7 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http access rewrite/)
+my $t = Test::Nginx->new()->has(qw/http map rewrite/)
 	->write_file_expand('nginx.conf', <<'EOF');
 
 %%TEST_GLOBALS%%