UploadTest: Fix test.

This commit is contained in:
lain 2020-05-21 15:17:39 +02:00
parent cc0d462e91
commit c4a5cead51
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ test "it returns file" do
%{ %{
"name" => "image.jpg", "name" => "image.jpg",
"type" => "Document", "type" => "Document",
"mediaType" => "image/jpeg",
"url" => [ "url" => [
%{ %{
"href" => "http://localhost:4001/media/post-process-file.jpg", "href" => "http://localhost:4001/media/post-process-file.jpg",