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

stable
rinpatch 5 years ago
parent ae33cca4cf
commit dca545bb0d

@ -3856,7 +3856,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
assert id == other_user.id assert id == other_user.id
end 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) other_user = insert(:user)
{:ok, activity} = {:ok, activity} =

Loading…
Cancel
Save