Small cleanup.

This commit is contained in:
lain 2018-04-22 10:01:10 +02:00
commit 0574df273c
3 changed files with 9 additions and 3 deletions

View file

@ -89,6 +89,10 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
"tag:mastodon.example.org,2018-02-12:objectId=20:objectType=Conversation"
assert object["sensitive"] == true
user = User.get_by_ap_id(object["actor"])
assert user.info["note_count"] == 1
end
test "it works for incoming notices with hashtags" do