Skip to content

Commit 34cc2de

Browse files
defanatorFelipe Zimmerle
authored and
Felipe Zimmerle
committed
Tests: skip request body tests if auth_request module is absent
1 parent 0533832 commit 34cc2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modsecurity-request-body.t

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

25-
my $t = Test::Nginx->new()->has(qw/http/);
25+
my $t = Test::Nginx->new()->has(qw/http auth_request/);
2626

2727
$t->write_file_expand('nginx.conf', <<'EOF');
2828

0 commit comments

Comments
 (0)