[#878] Tests improvements per code review.
This commit is contained in:
parent
6fc0c27be3
commit
8a41d34673
2 changed files with 7 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectViewTest do
|
|||
|
||||
test "renders a note activity" do
|
||||
note = insert(:note_activity)
|
||||
object = Pleroma.Object.normalize(note)
|
||||
object = Object.normalize(note)
|
||||
|
||||
result = ObjectView.render("object.json", %{object: note})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue