tests: update for new in_reply_to_screen_name field

This commit is contained in:
William Pitcock 2018-10-25 03:03:44 +00:00
commit 9563f3766d
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@ defmodule Pleroma.Web.TwitterAPI.ActivityViewTest do
"favorited" => false,
"id" => activity.id,
"in_reply_to_status_id" => nil,
"in_reply_to_screen_name" => nil,
"is_local" => true,
"is_post_verb" => true,
"possibly_sensitive" => false,