forked from AkkomaGang/akkoma
tests: update for new in_reply_to_screen_name field
This commit is contained in:
parent
fee43ae5e7
commit
9563f3766d
2 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,7 @@ test "an activity" do
|
||||||
"is_post_verb" => true,
|
"is_post_verb" => true,
|
||||||
"created_at" => "Tue May 24 13:26:08 +0000 2016",
|
"created_at" => "Tue May 24 13:26:08 +0000 2016",
|
||||||
"in_reply_to_status_id" => 213_123,
|
"in_reply_to_status_id" => 213_123,
|
||||||
|
"in_reply_to_screen_name" => nil,
|
||||||
"statusnet_conversation_id" => convo_object.id,
|
"statusnet_conversation_id" => convo_object.id,
|
||||||
"attachments" => [
|
"attachments" => [
|
||||||
ObjectRepresenter.to_map(object)
|
ObjectRepresenter.to_map(object)
|
||||||
|
|
|
@ -36,6 +36,7 @@ test "a create activity with a note" do
|
||||||
"favorited" => false,
|
"favorited" => false,
|
||||||
"id" => activity.id,
|
"id" => activity.id,
|
||||||
"in_reply_to_status_id" => nil,
|
"in_reply_to_status_id" => nil,
|
||||||
|
"in_reply_to_screen_name" => nil,
|
||||||
"is_local" => true,
|
"is_local" => true,
|
||||||
"is_post_verb" => true,
|
"is_post_verb" => true,
|
||||||
"possibly_sensitive" => false,
|
"possibly_sensitive" => false,
|
||||||
|
|
Loading…
Reference in a new issue