some fixes

This commit is contained in:
Alexander 2019-10-15 16:26:04 +03:00
commit 8c0cfed825
No known key found for this signature in database
GPG key ID: 7AE1AD696BA41708
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ defmodule Pleroma.LoadTesting.Fetcher do
Benchee.run(%{
"Render status" => fn ->
Pleroma.Web.MastodonAPI.StatusView.render("status.json", %{
Pleroma.Web.MastodonAPI.StatusView.render("show.json", %{
activity: activity,
for: user
})