diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-14 10:50:08 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-14 10:50:08 +0000 |
commit | a78a7ee455c4e8f4c2aab15a15626237b2b90399 (patch) | |
tree | ae9e1e019d8dc8865158cdcff7cde66ba0cb76f6 | |
parent | 85b6144ffd9e96fc79608847fe739a40ca094207 (diff) | |
download | pleroma-a78a7ee455c4e8f4c2aab15a15626237b2b90399.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 013a838b8..061c3a8ad 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} = |