diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-14 10:50:08 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-14 15:25:21 +0300 |
commit | dca545bb0d375601f0b5c355bc2320dacd001363 (patch) | |
tree | 32d6ba80629b8a6731c4bf290839f9ac4606d887 | |
parent | ae33cca4cf4d0089944ff211d2f96435776ff7f7 (diff) | |
download | pleroma-dca545bb0d375601f0b5c355bc2320dacd001363.tar.gz |
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
-rw-r--r-- | test/web/mastodon_api/mastodon_api_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs index ec77b4656..24e5785c0 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -3856,7 +3856,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} = |