diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-05 03:52:23 +0100 |
|---|---|---|
| committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-13 04:26:54 +0100 |
| commit | a3a9cec4835738216800d2cebd295fb8dbf10f34 (patch) | |
| tree | dcf75486687527d207b55730208db919087b7539 /test/web/activity_pub/activity_pub_controller_test.exs | |
| parent | 4c440f12c345eeb1bc5092f9440706b2a220aa38 (diff) | |
| download | pleroma-a3a9cec4835738216800d2cebd295fb8dbf10f34.tar.gz pleroma-a3a9cec4835738216800d2cebd295fb8dbf10f34.zip | |
[Credo] fix Credo.Check.Readability.AliasOrder
Diffstat (limited to 'test/web/activity_pub/activity_pub_controller_test.exs')
| -rw-r--r-- | test/web/activity_pub/activity_pub_controller_test.exs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs index 6bd4493f5..a1e83b380 100644 --- a/test/web/activity_pub/activity_pub_controller_test.exs +++ b/test/web/activity_pub/activity_pub_controller_test.exs @@ -5,13 +5,13 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do use Pleroma.Web.ConnCase import Pleroma.Factory - alias Pleroma.Web.ActivityPub.UserView - alias Pleroma.Web.ActivityPub.ObjectView + alias Pleroma.Activity + alias Pleroma.Instances alias Pleroma.Object alias Pleroma.Repo - alias Pleroma.Activity alias Pleroma.User - alias Pleroma.Instances + alias Pleroma.Web.ActivityPub.ObjectView + alias Pleroma.Web.ActivityPub.UserView setup_all do Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end) |
