Skip to content

Commit 55270e5

Browse files
committed
Adjust test since ProcessPartial no more causes "no final boundary missing"
Due to the previous change, the "no final boundary missing" error never occurs when SecRequestBodyLimitAction is ProcessPartial.
1 parent a682f13 commit 55270e5

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
@@ -578,10 +578,10 @@
578578
SecRequestBodyLimit 131072
579579
),
580580
match_log => {
581-
error => [ qr/Multipart parsing error: Multipart: Final boundary missing./, 1],
581+
-error => [ qr/Multipart parsing error: Multipart: Final boundary missing./, 1],
582582
},
583583
match_response => {
584-
status => qr/^500$/,
584+
status => qr/^200$/,
585585
},
586586
request => normalize_raw_request_data(
587587
qq(

0 commit comments

Comments
 (0)