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

This commit is contained in:
rinpatch 2019-09-14 10:46:35 +00:00
parent 5c5ebd3861
commit 85b6144ffd
1 changed files with 1 additions and 1 deletions

View File

@ -3759,7 +3759,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} =