diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-10-25 03:03:44 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-10-25 03:03:44 +0000 |
commit | 9563f3766d45e6c95fe50e371bc0048d9f4a2452 (patch) | |
tree | dcb390d926a2b94085be706a183db77b95d61ab2 /test/web/twitter_api/representers/activity_representer_test.exs | |
parent | fee43ae5e748368022cc5dc6393015ef64e0894b (diff) | |
download | pleroma-9563f3766d45e6c95fe50e371bc0048d9f4a2452.tar.gz pleroma-9563f3766d45e6c95fe50e371bc0048d9f4a2452.zip |
tests: update for new in_reply_to_screen_name field
Diffstat (limited to 'test/web/twitter_api/representers/activity_representer_test.exs')
-rw-r--r-- | test/web/twitter_api/representers/activity_representer_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/twitter_api/representers/activity_representer_test.exs b/test/web/twitter_api/representers/activity_representer_test.exs index 894d20049..ae6f62ed0 100644 --- a/test/web/twitter_api/representers/activity_representer_test.exs +++ b/test/web/twitter_api/representers/activity_representer_test.exs @@ -139,6 +139,7 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenterTest do "is_post_verb" => true, "created_at" => "Tue May 24 13:26:08 +0000 2016", "in_reply_to_status_id" => 213_123, + "in_reply_to_screen_name" => nil, "statusnet_conversation_id" => convo_object.id, "attachments" => [ ObjectRepresenter.to_map(object) |