diff options
author | Rin Toshaka <rinpatch@sdf.org> | 2018-12-06 18:11:22 +0100 |
---|---|---|
committer | Rin Toshaka <rinpatch@sdf.org> | 2018-12-06 18:11:22 +0100 |
commit | 88f92693f25c34f8ab82d4ed809b266bf5fb9ff8 (patch) | |
tree | d6115e451d0cd98672669c6ba93921f75f21e16a /test/web/twitter_api/views | |
parent | ca7b46fb3ba576fb7e67eba02654e6df9299392a (diff) | |
parent | 1d531fd2f32a7f8fff562a3122b30b8ccdccead0 (diff) | |
download | pleroma-88f92693f25c34f8ab82d4ed809b266bf5fb9ff8.tar.gz pleroma-88f92693f25c34f8ab82d4ed809b266bf5fb9ff8.zip |
Merge develop
Diffstat (limited to 'test/web/twitter_api/views')
-rw-r--r-- | test/web/twitter_api/views/activity_view_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/twitter_api/views/activity_view_test.exs b/test/web/twitter_api/views/activity_view_test.exs index 5cef06f88..bc36b0e90 100644 --- a/test/web/twitter_api/views/activity_view_test.exs +++ b/test/web/twitter_api/views/activity_view_test.exs @@ -47,7 +47,7 @@ defmodule Pleroma.Web.TwitterAPI.ActivityViewTest do "repeated" => false, "statusnet_conversation_id" => convo_id, "statusnet_html" => - "Hey <span><a href=\"#{other_user.ap_id}\">@<span>shp</span></a></span>!", + "Hey <span><a data-user=\"#{other_user.id}\" href=\"#{other_user.ap_id}\">@<span>shp</span></a></span>!", "tags" => [], "text" => "Hey @shp!", "uri" => activity.data["object"]["id"], |