diff options
| author | lain <lain@soykaf.club> | 2020-05-14 09:25:18 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-05-14 09:25:18 +0000 |
| commit | 39ec1af9936e96f7885a58c9d77f3711091a80b1 (patch) | |
| tree | a5fafba09d4be7202be57a649b39c7f675ec47c2 /test/web/activity_pub | |
| parent | 4134bfbbb2d9c1c192d5779c06381b2317170479 (diff) | |
| parent | 359d7b0a6d41df8b42c1c495a5b97420c4a943a7 (diff) | |
| download | pleroma-39ec1af9936e96f7885a58c9d77f3711091a80b1.tar.gz pleroma-39ec1af9936e96f7885a58c9d77f3711091a80b1.zip | |
Merge branch 'openapi/pleroma-api/accounts' into 'develop'
Add OpenAPI spec for PleromaAPI.AccountController
See merge request pleroma/pleroma!2528
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) |
