diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-05-25 04:39:32 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-05-25 04:43:11 +0000 |
commit | 56fd7dbdd7e3f1a0bb05430ed4805d8715e54935 (patch) | |
tree | b9e0d437763e90caaa660ca9a6b42a07b3a6cb75 /test/web/websub/websub_controller_test.exs | |
parent | 80d55d428fedfe4ebc44569c6134908d269db698 (diff) | |
download | pleroma-56fd7dbdd7e3f1a0bb05430ed4805d8715e54935.tar.gz pleroma-56fd7dbdd7e3f1a0bb05430ed4805d8715e54935.zip |
remove @websub and @ostatus module-level constants
Diffstat (limited to 'test/web/websub/websub_controller_test.exs')
-rw-r--r-- | test/web/websub/websub_controller_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/websub/websub_controller_test.exs b/test/web/websub/websub_controller_test.exs index bf2ee31ee..f79745d58 100644 --- a/test/web/websub/websub_controller_test.exs +++ b/test/web/websub/websub_controller_test.exs @@ -5,7 +5,6 @@ defmodule Pleroma.Web.Websub.WebsubControllerTest do use Pleroma.Web.ConnCase import Pleroma.Factory - alias Pleroma.Activity alias Pleroma.Repo alias Pleroma.Web.Websub alias Pleroma.Web.Websub.WebsubClientSubscription |