logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 3f0e276ac94589d860c7e4c95d3661fa494f4361
parent: 26f66fb70ab1bd777a92daf4347aaa63b044d0af
Author: kaniini <ariadne@dereferenced.org>
Date:   Mon, 30 Sep 2019 11:41:39 +0000

Merge branch 'fix/report-controller-test' into 'develop'

Fix ReportControllerTest

See merge request pleroma/pleroma!1746

Diffstat:

Mtest/web/mastodon_api/controllers/report_controller_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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