]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/HTTPInputDataTest.php
File test
[friendica.git] / tests / src / Util / HTTPInputDataTest.php
index 55328e7a431d4347ea75aa37807c4fb9f49b7e33..c3d4f384649ae41805ddd89c1545b422c40ac741 100644 (file)
@@ -66,7 +66,7 @@ class HTTPInputDataTest extends MockedTest
                        ],
                        'multipart-file' => [
                                'contenttype' => 'multipart/form-data;boundary=6d4d5a40-651a-4468-a62e-5a6ca2bf350d;charset=utf8',
-                               'input'       => file_get_contents(__DIR__ . '/../../datasets/http/multipart.httpinput'),
+                               'input'       => file_get_contents(__DIR__ . '/../../datasets/http/multipart-file.httpinput'),
                                'expected'    => [
                                        'variables' => [
                                                'display_name'      => 'Vorname Nachname',