summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-11 12:50:25 +0200
committerrinpatch <rinpatch@sdf.org>2020-05-13 00:33:38 +0300
commit3f13437a9cfc0f13cb4921ee04b7821c1b169021 (patch)
treeb1a999ce4a5cad956fef0d9fef8bd10058ba4c4f /test/web/mastodon_api/controllers
parent3a63f84c45e057dbfdcedba356478f32349c737a (diff)
downloadpleroma-3f13437a9cfc0f13cb4921ee04b7821c1b169021.tar.gz
pleroma-3f13437a9cfc0f13cb4921ee04b7821c1b169021.zip
User: Truncate bios when updating a remote user.
Diffstat (limited to 'test/web/mastodon_api/controllers')
-rw-r--r--test/web/mastodon_api/controllers/suggestion_controller_test.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/web/mastodon_api/controllers/suggestion_controller_test.exs b/test/web/mastodon_api/controllers/suggestion_controller_test.exs
index 8d0e70db8..f120bd0cd 100644
--- a/test/web/mastodon_api/controllers/suggestion_controller_test.exs
+++ b/test/web/mastodon_api/controllers/suggestion_controller_test.exs
@@ -5,8 +5,6 @@
defmodule Pleroma.Web.MastodonAPI.SuggestionControllerTest do
use Pleroma.Web.ConnCase
- alias Pleroma.Config
-
setup do: oauth_access(["read"])
test "returns empty result", %{conn: conn} do