mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-02 06:34:13 +00:00
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
This commit is contained in:
parent
056780fd8e
commit
ae33cca4cf
|
@ -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