diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-31 19:08:56 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-31 19:08:56 +0300 |
commit | a90ea8ba1562818b025f677ffeea35f7ca08ddf2 (patch) | |
tree | a8fad044808f890bc2953fba9d3b137d211eca8d /test/web/activity_pub/activity_pub_controller_test.exs | |
parent | e890ea7e821d61fca75084d46f70ed125acf1fc8 (diff) | |
download | pleroma-a90ea8ba1562818b025f677ffeea35f7ca08ddf2.tar.gz pleroma-a90ea8ba1562818b025f677ffeea35f7ca08ddf2.zip |
[#1149] Addressed code review comments (code style, jobs pruning etc.).
Diffstat (limited to 'test/web/activity_pub/activity_pub_controller_test.exs')
-rw-r--r-- | test/web/activity_pub/activity_pub_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs index a1b567a46..f1c1bb503 100644 --- a/test/web/activity_pub/activity_pub_controller_test.exs +++ b/test/web/activity_pub/activity_pub_controller_test.exs @@ -17,7 +17,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do alias Pleroma.Web.ActivityPub.UserView alias Pleroma.Web.ActivityPub.Utils alias Pleroma.Web.CommonAPI - alias Pleroma.Workers.Receiver, as: ReceiverWorker + alias Pleroma.Workers.ReceiverWorker setup_all do Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end) |