diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-08-22 21:32:40 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-08-22 21:54:37 +0300 |
commit | 399ca9133b67725242f76093103e9909e2337e72 (patch) | |
tree | 522a3021edf2cea29628efb6b1d59f6378764e94 /test | |
parent | f95b67c9339466767cd8ce9f3e05493ed3127408 (diff) | |
download | pleroma-399ca9133b67725242f76093103e9909e2337e72.tar.gz |
fix test
Diffstat (limited to 'test')
-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 cf71066fd..5192e734f 100644 --- a/test/web/activity_pub/activity_pub_controller_test.exs +++ b/test/web/activity_pub/activity_pub_controller_test.exs @@ -10,9 +10,9 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do alias Pleroma.Object alias Pleroma.User alias Pleroma.Web.ActivityPub.ObjectView + alias Pleroma.Web.ActivityPub.Relay alias Pleroma.Web.ActivityPub.UserView alias Pleroma.Web.ActivityPub.Utils - alias Pleroma.Web.ActivityPub.Relay alias Pleroma.Web.CommonAPI setup_all do |