From 77a01ac6a1a6f07c0442bf75dc64d5b5a6cbdd0d Mon Sep 17 00:00:00 2001 From: Jim Cottrell Date: Sat, 28 Jan 2023 17:11:46 -0700 Subject: [PATCH] Fix test notice --- tests/PSR7/Validators/BodyValidator/MultipartValidatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PSR7/Validators/BodyValidator/MultipartValidatorTest.php b/tests/PSR7/Validators/BodyValidator/MultipartValidatorTest.php index a04942d3..5f3d9a22 100644 --- a/tests/PSR7/Validators/BodyValidator/MultipartValidatorTest.php +++ b/tests/PSR7/Validators/BodyValidator/MultipartValidatorTest.php @@ -141,7 +141,7 @@ public function dataProviderMultipartGreen(): array ------WebKitFormBoundaryWfPNVh4wuWBlyEyQ Content-Disposition: form-data; name="data"; filename="file1.txt" -Content-Type: APPLICATION/XML; CHARSET=UTF-8; OTHER=value; +Content-Type: APPLICATION/XML; CHARSET=UTF-8; OTHER=value [file content goes there] ------WebKitFormBoundaryWfPNVh4wuWBlyEyQ--