summaryrefslogtreecommitdiff
path: root/test/web/common_api/common_api_test.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-07-11 16:36:08 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-07-11 16:36:08 +0700
commit958fb9aa8082eabf63b106007b3bef09847cafc6 (patch)
tree7f7ca16c3bc064100ddd8faa097841be5ced276e /test/web/common_api/common_api_test.exs
parent182f7bbb1170c44eac4ab4a9efa4ff0bff991c98 (diff)
downloadpleroma-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.exs1
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