diff options
author | lain <lain@soykaf.club> | 2020-05-21 15:17:39 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-21 15:17:39 +0200 |
commit | c4a5cead51770f0d54cb77805b7e2bd705f251d9 (patch) | |
tree | 7ccf77ec3e14bcdc55204deb107cf5dc24c43ae2 /test | |
parent | cc0d462e91dd29c834c56b82e02022e1babda369 (diff) | |
download | pleroma-c4a5cead51770f0d54cb77805b7e2bd705f251d9.tar.gz |
UploadTest: Fix test.
Diffstat (limited to 'test')
-rw-r--r-- | test/upload_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/upload_test.exs b/test/upload_test.exs index 060a940bb..2abf0edec 100644 --- a/test/upload_test.exs +++ b/test/upload_test.exs @@ -54,6 +54,7 @@ defmodule Pleroma.UploadTest do %{ "name" => "image.jpg", "type" => "Document", + "mediaType" => "image/jpeg", "url" => [ %{ "href" => "http://localhost:4001/media/post-process-file.jpg", |