forked from AkkomaGang/akkoma
[#530] Fixed test.
This commit is contained in:
parent
aa480f4a8b
commit
789a9843da
1 changed files with 0 additions and 3 deletions
|
@ -66,13 +66,10 @@ test "receives well formatted events" do
|
|||
assert json["payload"]
|
||||
assert {:ok, json} = Jason.decode(json["payload"])
|
||||
|
||||
# Note: we remove the "statuses_count" from this result as it changes in the meantime
|
||||
|
||||
view_json =
|
||||
Pleroma.Web.MastodonAPI.StatusView.render("status.json", activity: activity, for: nil)
|
||||
|> Jason.encode!()
|
||||
|> Jason.decode!()
|
||||
|> put_in(["account", "statuses_count"], 0)
|
||||
|
||||
assert json == view_json
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue