diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-11 16:36:08 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-11 16:36:08 +0700 |
commit | 958fb9aa8082eabf63b106007b3bef09847cafc6 (patch) | |
tree | 7f7ca16c3bc064100ddd8faa097841be5ced276e /test/web/common_api/common_api_test.exs | |
parent | 182f7bbb1170c44eac4ab4a9efa4ff0bff991c98 (diff) | |
download | pleroma-958fb9aa8082eabf63b106007b3bef09847cafc6.tar.gz pleroma-958fb9aa8082eabf63b106007b3bef09847cafc6.zip |
Add "listMessage"
Diffstat (limited to 'test/web/common_api/common_api_test.exs')
-rw-r--r-- | test/web/common_api/common_api_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/common_api/common_api_test.exs b/test/web/common_api/common_api_test.exs index 694b52356..932c6877d 100644 --- a/test/web/common_api/common_api_test.exs +++ b/test/web/common_api/common_api_test.exs @@ -139,6 +139,7 @@ defmodule Pleroma.Web.CommonAPITest do assert activity.data["bcc"] == [list.ap_id] assert activity.recipients == [list.ap_id, user.ap_id] + assert activity.data["listMessage"] == list.ap_id end end |