forked from AkkomaGang/akkoma
Merge branch 'fix/report-controller-test' into 'develop'
Fix ReportControllerTest See merge request pleroma/pleroma!1746
This commit is contained in:
commit
3f0e276ac9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
defmodule Pleroma.Web.MastodonAPI.ConversationControllerTest do
|
||||
defmodule Pleroma.Web.MastodonAPI.ReportControllerTest do
|
||||
use Pleroma.Web.ConnCase
|
||||
|
||||
alias Pleroma.Web.CommonAPI
|
||||
|
|
Loading…
Reference in a new issue