Capitalize "tombstone"

This commit is contained in:
Maxim Filippov 2018-12-24 20:09:18 +03:00
commit 18a4cbb244
6 changed files with 7 additions and 7 deletions

View file

@ -625,7 +625,7 @@ defmodule Pleroma.UserTest do
# TODO: Remove favorites, repeats, delete activities.
assert Repo.get(Activity, activity.id).data["type"] == "tombstone"
assert Repo.get(Activity, activity.id).data["type"] == "Tombstone"
end
test "get_public_key_for_ap_id fetches a user that's not in the db" do