Skip to content

Commit 02da85b

Browse files
committed
Fix 17th test in 10-request-directives.t
1 parent 063621c commit 02da85b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/regression/config/10-request-directives.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
SecRequestBodyLimit 20
502502
),
503503
match_log => {
504-
debug => [ qr/Request body is larger than the configured limit \(20\).. Deny with code \(413\)/, 1 ],
504+
debug => [ qr/Request body is larger than the configured limit \(20\)./, 1 ],
505505
},
506506
match_response => {
507507
status => qr/^413$/,

0 commit comments

Comments
 (0)