Skip to content

Commit

Permalink
Fixed typo in media type.
Browse files Browse the repository at this point in the history
  • Loading branch information
leobedrosian committed Sep 25, 2024
1 parent c45a82e commit 2785d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function dataProviderMultipartGreen(): array
some-type
------WebKitFormBoundaryWRBHApnEKYVLfiJ1
Content-Disposition: form-data; name="files[0][file]"; filename="image1.png"
Content-Type: application/octet-steam
Content-Type: application/octet-stream
{...file content...}
------WebKitFormBoundaryWRBHApnEKYVLfiJ1--
Expand Down

0 comments on commit 2785d40

Please sign in to comment.