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 ae33cca4cf
commit dca545bb0d
1 changed files with 1 additions and 1 deletions

View File

@ -3856,7 +3856,7 @@ test "does not fail on an unauthenticated request", %{conn: conn, activity: acti
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} =