summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/views
diff options
context:
space:
mode:
authorRoger Braun <rbraun@Bobble.local>2017-09-15 14:17:36 +0200
committerRoger Braun <rbraun@Bobble.local>2017-09-15 14:17:36 +0200
commit50409326a853db7bd9f538f0ddbec805c134920f (patch)
treeaf6c67360b6d021063545997481f92739cbae2bd /test/web/twitter_api/views
parentac2893a945a753ad05d46234ba80e14f3ce62c97 (diff)
downloadpleroma-50409326a853db7bd9f538f0ddbec805c134920f.tar.gz
pleroma-50409326a853db7bd9f538f0ddbec805c134920f.zip
Refactor posting and make character limit configurable.
Diffstat (limited to 'test/web/twitter_api/views')
-rw-r--r--test/web/twitter_api/views/user_view_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/twitter_api/views/user_view_test.exs b/test/web/twitter_api/views/user_view_test.exs
index 7b3289422..886af6b66 100644
--- a/test/web/twitter_api/views/user_view_test.exs
+++ b/test/web/twitter_api/views/user_view_test.exs
@@ -2,7 +2,8 @@ defmodule Pleroma.Web.TwitterAPI.UserViewTest do
use Pleroma.DataCase
alias Pleroma.User
- alias Pleroma.Web.TwitterAPI.{UserView, Utils}
+ alias Pleroma.Web.TwitterAPI.UserView
+ alias Pleroma.Web.CommonAPI.Utils
alias Pleroma.Builders.UserBuilder
import Pleroma.Factory