From: rinpatch Date: Sat, 14 Sep 2019 10:46:35 +0000 (+0000) Subject: Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ae33cca4cf4d0089944ff211d2f96435776ff7f7;p=akkoma Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs --- diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs index b42ce4c2e..ec77b4656 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -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} =