diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-13 19:06:25 +0400 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-13 19:06:46 +0400 |
| commit | 6802dc28ba10aa8120680c2c9610649316907f55 (patch) | |
| tree | 457199f8426d62c6df7b4d0339951fbc4947e272 /test/web/activity_pub | |
| parent | da550be066a15108ceef7874c3b2549c049a7f88 (diff) | |
| download | pleroma-6802dc28ba10aa8120680c2c9610649316907f55.tar.gz pleroma-6802dc28ba10aa8120680c2c9610649316907f55.zip | |
Add OpenAPI spec for PleromaAPI.AccountController
Diffstat (limited to 'test/web/activity_pub')
| -rw-r--r-- | test/web/activity_pub/activity_pub_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs index 56fde97e7..77bd07edf 100644 --- a/test/web/activity_pub/activity_pub_test.exs +++ b/test/web/activity_pub/activity_pub_test.exs @@ -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) |
