summaryrefslogtreecommitdiff
path: root/test/web/chat_channel_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-08-28 12:17:19 +0000
committerlain <lain@soykaf.club>2020-08-28 12:17:19 +0000
commit73dd5bdb7dcdf804bdbabcf632671d4de5042ebc (patch)
treeefcb0b8e68f86d067de98a23f40a24c7dab79d2f /test/web/chat_channel_test.exs
parentf891e2b2f1d1daa122b9856e4b660be394d31e34 (diff)
parentb141e35d641e733dffe7bd6a45a5bbcafe586c56 (diff)
downloadpleroma-73dd5bdb7dcdf804bdbabcf632671d4de5042ebc.tar.gz
pleroma-73dd5bdb7dcdf804bdbabcf632671d4de5042ebc.zip
Merge branch 'release/2.1.0' into 'stable'
Release/2.1.0 See merge request pleroma/pleroma!2927
Diffstat (limited to 'test/web/chat_channel_test.exs')
-rw-r--r--test/web/chat_channel_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/chat_channel_test.exs b/test/web/chat_channel_test.exs
index 68c24a9f9..f18f3a212 100644
--- a/test/web/chat_channel_test.exs
+++ b/test/web/chat_channel_test.exs
@@ -21,7 +21,7 @@ defmodule Pleroma.Web.ChatChannelTest do
end
describe "message lengths" do
- clear_config([:instance, :chat_limit])
+ setup do: clear_config([:instance, :chat_limit])
test "it ignores messages of length zero", %{socket: socket} do
push(socket, "new_msg", %{"text" => ""})