diff --git a/apache2/t/regression/config/10-request-directives.t b/apache2/t/regression/config/10-request-directives.t index 19e7802e..baa51f15 100644 --- a/apache2/t/regression/config/10-request-directives.t +++ b/apache2/t/regression/config/10-request-directives.t @@ -166,7 +166,7 @@ SecRequestBodyLimit 5 ), match_log => { - error => [ qr/Request body is larger than the configured limit \(5\)\./, 1 ], + error => [ qr/Request body .*is larger than the configured limit \(5\)\./, 1 ], }, match_response => { status => qr/^413$/,