aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlambda <lain@soykaf.club>2019-05-10 09:49:46 +0000
committerlambda <lain@soykaf.club>2019-05-10 09:49:46 +0000
commit17d01869ea82e1b0ad4b78479cabe0637d04d1cf (patch)
tree81d0dd330f4f8ccd28d1ea3b1cdf61fe815ebc7d /test
parente4bc4408f934ab31fb50d161b6dcff31a1c1be38 (diff)
parent2a54e8c1f51cb681cefc5ba08ad0f1c7ed1fdc6d (diff)
downloadpleroma-17d01869ea82e1b0ad4b78479cabe0637d04d1cf.tar.gz
Merge branch 'fix/retweet-language' into 'develop'
Use "repeated" instead of "retweeted" for repeated statuses in Twitter API Closes pleroma-fe#533 See merge request pleroma/pleroma!1130
Diffstat (limited to 'test')
-rw-r--r--test/web/twitter_api/views/activity_view_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/twitter_api/views/activity_view_test.exs b/test/web/twitter_api/views/activity_view_test.exs
index 1aa533b48..43bd77f78 100644
--- a/test/web/twitter_api/views/activity_view_test.exs
+++ b/test/web/twitter_api/views/activity_view_test.exs
@@ -295,8 +295,8 @@ defmodule Pleroma.Web.TwitterAPI.ActivityViewTest do
"id" => announce.id,
"is_local" => true,
"is_post_verb" => false,
- "statusnet_html" => "shp retweeted a status.",
- "text" => "shp retweeted a status.",
+ "statusnet_html" => "shp repeated a status.",
+ "text" => "shp repeated a status.",
"uri" => "tag:#{announce.data["id"]}:objectType=note",
"user" => UserView.render("show.json", user: other_user),
"retweeted_status" => ActivityView.render("activity.json", activity: activity),