We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0533832 commit 34cc2deCopy full SHA for 34cc2de
tests/modsecurity-request-body.t
@@ -22,7 +22,7 @@ use Test::Nginx;
22
select STDERR; $| = 1;
23
select STDOUT; $| = 1;
24
25
-my $t = Test::Nginx->new()->has(qw/http/);
+my $t = Test::Nginx->new()->has(qw/http auth_request/);
26
27
$t->write_file_expand('nginx.conf', <<'EOF');
28
0 commit comments