Add OpenAPI spec for PleromaAPI.AccountController

This commit is contained in:
Egor Kislitsyn 2020-05-13 19:06:25 +04:00
commit 6802dc28ba
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
7 changed files with 284 additions and 44 deletions

View file

@ -951,7 +951,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
test "works with base64 encoded images" do
file = %{
"img" => data_uri()
img: data_uri()
}
{:ok, %Object{}} = ActivityPub.upload(file)