summaryrefslogtreecommitdiff
path: root/test/web/websub/websub_controller_test.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-03-14 22:33:20 +0300
committerrinpatch <rinpatch@sdf.org>2019-03-14 22:33:20 +0300
commitcbdd11c38111fd7c195983f40265b675e1201d4e (patch)
tree44c63ed6430a743cfe589fed5213467a0dd6dabb /test/web/websub/websub_controller_test.exs
parent355f285a8693934fbc8205c2c9ecde0a758fc158 (diff)
parent34fc0dca2e879bcbb73acc80fdc72678411d0ebf (diff)
downloadpleroma-cbdd11c38111fd7c195983f40265b675e1201d4e.tar.gz
pleroma-cbdd11c38111fd7c195983f40265b675e1201d4e.zip
Merge develop to bump elixir version in the CI so I don't get failing formatting
Diffstat (limited to 'test/web/websub/websub_controller_test.exs')
-rw-r--r--test/web/websub/websub_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/websub/websub_controller_test.exs b/test/web/websub/websub_controller_test.exs
index 87b01d89b..1e69ed01a 100644
--- a/test/web/websub/websub_controller_test.exs
+++ b/test/web/websub/websub_controller_test.exs
@@ -5,10 +5,10 @@
defmodule Pleroma.Web.Websub.WebsubControllerTest do
use Pleroma.Web.ConnCase
import Pleroma.Factory
- alias Pleroma.Web.Websub.WebsubClientSubscription
alias Pleroma.Activity
alias Pleroma.Repo
alias Pleroma.Web.Websub
+ alias Pleroma.Web.Websub.WebsubClientSubscription
test "websub subscription request", %{conn: conn} do
user = insert(:user)