mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-14 13:02:08 +00:00
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
This commit is contained in:
parent
056780fd8e
commit
ae33cca4cf
1 changed files with 1 additions and 1 deletions
|
@ -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} =
|
||||
|
|
Loading…
Reference in a new issue