diff options
author | lain <lain@soykaf.club> | 2019-12-04 12:48:34 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-12-04 12:48:34 +0100 |
commit | aa97fe8f175c3618a04bb45e6aa7c37e26259577 (patch) | |
tree | 894b3cb5d9f332fb735858b0d85d19836a21e086 /test/support/channel_case.ex | |
parent | 7722e5a67a46304f3ae0e37f674a44ca9268be5e (diff) | |
download | pleroma-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.ex | 1 |
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 |