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
1 changed files with 1 additions and 0 deletions

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