mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-04-01 16:29:13 +02:00
[#210] Formatting fix.
This commit is contained in:
parent
848151f7cb
commit
ba345e4c29
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
|
||||||
|
|
||||||
test "upload a file" do
|
test "upload a file" do
|
||||||
user = insert(:user)
|
user = insert(:user)
|
||||||
|
|
||||||
file = %Plug.Upload{
|
file = %Plug.Upload{
|
||||||
content_type: "image/jpg",
|
content_type: "image/jpg",
|
||||||
path: Path.absname("test/fixtures/image.jpg"),
|
path: Path.absname("test/fixtures/image.jpg"),
|
||||||
|
|
Loading…
Reference in a new issue