diff options
author | Roman Chvanikov <chvanikoff@gmail.com> | 2019-05-11 14:45:54 +0700 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@gmail.com> | 2019-05-11 14:45:54 +0700 |
commit | f1f7a11222f4689f000825147d16b366d915f393 (patch) | |
tree | 1a00e5c58bd1edfac01ca2cc9ac553e5ab7b92f0 /test/web/twitter_api | |
parent | b6b5b16ba4d65ecd9812b02d79f844548266eb8b (diff) | |
parent | 8d13c42926450aff6a0062f092cd1a5d59f99869 (diff) | |
download | pleroma-f1f7a11222f4689f000825147d16b366d915f393.tar.gz pleroma-f1f7a11222f4689f000825147d16b366d915f393.zip |
Merge develop
Diffstat (limited to 'test/web/twitter_api')
-rw-r--r-- | test/web/twitter_api/views/activity_view_test.exs | 4 |
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), |