summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-08-10 20:54:17 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-08-14 01:50:22 +0000
commitf7028ae8acc8a1a5af426725778b84c7648f5854 (patch)
tree42e1ad434528f042c19a6c4e8b2b0c2d241a429c
parent48bd4ee933e549daa3637ac4741aa4439af543ef (diff)
tests: mastodon account views: add missing CommonAPI alias
-rw-r--r--test/web/mastodon_api/account_view_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index f8a354272..592a941a9 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -6,6 +6,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
use Pleroma.DataCase
import Pleroma.Factory
alias Pleroma.User
+ alias Pleroma.Web.CommonAPI
alias Pleroma.Web.MastodonAPI.AccountView
test "Represent a user account" do