Skip to content

Commit e9dca3c

Browse files
committed
Fix expected error message in regression test
Adjust the expected error message to match the message changes introdueced in: dfbde55
1 parent 586e1ef commit e9dca3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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$/,
@@ -545,7 +545,7 @@
545545
SecRequestBodyLimit 131072
546546
),
547547
match_log => {
548-
-debug => [ qr/Request body is larger than the configured limit \(131072\).. Deny with code \(413\)/, 1 ],
548+
-debug => [ qr/Request body is larger than the configured limit \(131072\)./, 1 ],
549549
},
550550
match_response => {
551551
status => qr/^413$/,

0 commit comments

Comments
 (0)