Merge branch 'fix/mrf-simple-welcome-chats' into 'develop'
[akkoma] / test / support / channel_case.ex
index 68995a01db00709e6e3f64d269341d7bcaf784d1..d63a0f06b20ff34704a2880370d45fa074e5cb16 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.ChannelCase do
   @moduledoc """
   This module defines the test case to be used by
@@ -19,6 +23,7 @@ defmodule Pleroma.Web.ChannelCase do
     quote do
       # Import conveniences for testing with channels
       use Phoenix.ChannelTest
+      use Pleroma.Tests.Helpers
 
       # The default endpoint for testing
       @endpoint Pleroma.Web.Endpoint