From: Ivan Tashkinov Date: Wed, 5 Dec 2018 10:43:00 +0000 (+0300) Subject: [#210] Formatting fix. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ba345e4c293449871f443669b73c262403237620;p=akkoma [#210] Formatting fix. --- diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs index e34fbbabd..032701705 100644 --- a/test/web/twitter_api/twitter_api_test.exs +++ b/test/web/twitter_api/twitter_api_test.exs @@ -183,6 +183,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do test "upload a file" do user = insert(:user) + file = %Plug.Upload{ content_type: "image/jpg", path: Path.absname("test/fixtures/image.jpg"),