summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_test.exs
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-11-09 16:00:24 +0000
committerlambda <pleromagit@rogerbraun.net>2018-11-09 16:00:24 +0000
commitb4bd5e40e491c8b777c75ec4f096c0c466a6b4e2 (patch)
tree6ac868c99eccc9299e8601e104c458c7775bee26 /test/web/twitter_api/twitter_api_test.exs
parenta44d87f0594ad10809afe269e20e8d4c777b5d5c (diff)
parente4971553c74436b7060f410fe6cbd4f7a9c13b80 (diff)
downloadpleroma-b4bd5e40e491c8b777c75ec4f096c0c466a6b4e2.tar.gz
pleroma-b4bd5e40e491c8b777c75ec4f096c0c466a6b4e2.zip
Merge branch 'bugfix/no-cc-mentions' into 'develop'
align to/cc addressing pattern with friendica, hubzilla instead of mastodon Closes #341 See merge request pleroma/pleroma!436
Diffstat (limited to 'test/web/twitter_api/twitter_api_test.exs')
-rw-r--r--test/web/twitter_api/twitter_api_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs
index 6486540f8..8b9920bd9 100644
--- a/test/web/twitter_api/twitter_api_test.exs
+++ b/test/web/twitter_api/twitter_api_test.exs
@@ -48,7 +48,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
"https://www.w3.org/ns/activitystreams#Public"
)
- assert Enum.member?(get_in(activity.data, ["cc"]), "shp")
+ assert Enum.member?(get_in(activity.data, ["to"]), "shp")
assert activity.local == true
assert %{"moominmamma" => "http://localhost:4001/finmoji/128px/moominmamma-128.png"} =