aboutsummaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-11 12:50:25 +0200
committerlain <lain@soykaf.club>2020-05-11 12:50:25 +0200
commitf01abaff3751f0e76de0f126b41efe801768c3f8 (patch)
treeef96b382256ff02145b0a03a534d45c8d6440198 /test/web/mastodon_api
parenta6283bbae13a873af969336bd4e62011777a1a70 (diff)
downloadpleroma-1754-bio-length-stable.tar.gz
User: Truncate bios when updating a remote user.1754-bio-length-stable
Diffstat (limited to 'test/web/mastodon_api')
-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