tests: mastodon account views: add missing CommonAPI alias

This commit is contained in:
Ariadne Conill 2019-08-10 20:54:17 +00:00
parent 48bd4ee933
commit f7028ae8ac

View file

@ -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