forked from AkkomaGang/akkoma
Credo fixes
This commit is contained in:
parent
641bcaa44e
commit
44de34d170
2 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
defmodule Pleroma.Web.AdminAPI.ReportView do
|
||||
use Pleroma.Web, :view
|
||||
alias Pleroma.Activity
|
||||
alias Pleroma.User
|
||||
alias Pleroma.HTML
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.CommonAPI.Utils
|
||||
alias Pleroma.Web.MastodonAPI.AccountView
|
||||
alias Pleroma.Web.MastodonAPI.StatusView
|
||||
|
|
|
@ -6,9 +6,9 @@ defmodule Pleroma.Web.AdminAPI.ReportViewTest do
|
|||
use Pleroma.DataCase
|
||||
import Pleroma.Factory
|
||||
alias Pleroma.Web.AdminAPI.ReportView
|
||||
alias Pleroma.Web.CommonAPI
|
||||
alias Pleroma.Web.MastodonAPI.AccountView
|
||||
alias Pleroma.Web.MastodonAPI.StatusView
|
||||
alias Pleroma.Web.CommonAPI
|
||||
|
||||
test "renders a report" do
|
||||
user = insert(:user)
|
||||
|
|
Loading…
Reference in a new issue