Skip to content

Commit 10659ad

Browse files
committed
Fix request directives test cases
1 parent 575314f commit 10659ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,10 +578,10 @@
578578
SecRequestBodyLimit 131072
579579
),
580580
match_log => {
581-
-debug => [ qr/Request body is larger than the configured limit/, 1],
581+
error => [ qr/Multipart parsing error: Multipart: Final boundary missing./, 1],
582582
},
583583
match_response => {
584-
status => qr/^200$/,
584+
status => qr/^500$/,
585585
},
586586
request => normalize_raw_request_data(
587587
qq(

0 commit comments

Comments
 (0)