summaryrefslogtreecommitdiff
path: root/test/support/channel_case.ex
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-12-04 12:48:34 +0100
committerlain <lain@soykaf.club>2019-12-04 12:48:34 +0100
commitaa97fe8f175c3618a04bb45e6aa7c37e26259577 (patch)
tree894b3cb5d9f332fb735858b0d85d19836a21e086 /test/support/channel_case.ex
parent7722e5a67a46304f3ae0e37f674a44ca9268be5e (diff)
downloadpleroma-aa97fe8f175c3618a04bb45e6aa7c37e26259577.tar.gz
pleroma-aa97fe8f175c3618a04bb45e6aa7c37e26259577.zip
ChatChannel: Ignore messages that are too long.
Diffstat (limited to 'test/support/channel_case.ex')
-rw-r--r--test/support/channel_case.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/channel_case.ex b/test/support/channel_case.ex
index 466d8986f..4a4585844 100644
--- a/test/support/channel_case.ex
+++ b/test/support/channel_case.ex
@@ -23,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