forked from AkkomaGang/akkoma
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
This commit is contained in:
parent
5c5ebd3861
commit
85b6144ffd
1 changed files with 1 additions and 1 deletions
|
@ -3759,7 +3759,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} =
|
||||
|
|
Loading…
Reference in a new issue