Update a regression test due to changed error message.

This commit is contained in:
brectanus
2008-08-15 21:04:12 +00:00
parent 7eef5ce7ae
commit ab5cd92618

View File

@@ -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$/,