summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVald <maghtpol@gmail.com>2018-12-06 01:54:04 +0530
committerVald <maghtpol@gmail.com>2018-12-06 01:54:04 +0530
commit3c8ffe7ed326f4c0bc515f35c905b405e90391b0 (patch)
tree73463ded61e80390ea65e04a5a82646b5d103fbb
parent028904c33321a17f0f04c1a43dcf3eaeeeb80c1c (diff)
downloadpleroma-3c8ffe7ed326f4c0bc515f35c905b405e90391b0.tar.gz
pleroma-3c8ffe7ed326f4c0bc515f35c905b405e90391b0.zip
resolved activity view test
-rw-r--r--test/web/twitter_api/views/activity_view_test.exs2
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"],