Skip to content

Commit 06aab01

Browse files
committed
Tests: fixed proxy_protocol2_tlv.t prerequisites.
1 parent 7ecb7ae commit 06aab01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy_protocol2_tlv.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use Test::Nginx;
2323
select STDERR; $| = 1;
2424
select STDOUT; $| = 1;
2525

26-
my $t = Test::Nginx->new()->has(qw/http access rewrite/)
26+
my $t = Test::Nginx->new()->has(qw/http map rewrite/)
2727
->write_file_expand('nginx.conf', <<'EOF');
2828
2929
%%TEST_GLOBALS%%

0 commit comments

Comments
 (0)