diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-30 18:30:10 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-30 18:30:10 +0700 |
commit | 1207e8819507aac55e5725f383987b0078bb1cbe (patch) | |
tree | aec7bc943dd6625924a4c031fd2d1c4a9654a8bd | |
parent | 26f66fb70ab1bd777a92daf4347aaa63b044d0af (diff) | |
download | pleroma-1207e8819507aac55e5725f383987b0078bb1cbe.tar.gz |
Fix ReportControllerTest
-rw-r--r-- | test/web/mastodon_api/controllers/report_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/report_controller_test.exs b/test/web/mastodon_api/controllers/report_controller_test.exs index fcece40fb..979ca48f3 100644 --- a/test/web/mastodon_api/controllers/report_controller_test.exs +++ b/test/web/mastodon_api/controllers/report_controller_test.exs @@ -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 |