Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs

This commit is contained in:
rinpatch 2019-09-14 10:50:08 +00:00
parent 85b6144ffd
commit a78a7ee455

View file

@ -3856,7 +3856,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
assert id == other_user.id
end
test "requires authentifucation for private posts", %{conn: conn, user: user} do
test "requires authentification for private posts", %{conn: conn, user: user} do
other_user = insert(:user)
{:ok, activity} =