X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Fchat_channel_test.exs;h=f18f3a212ea28d3a5e53aab2f9bfa2dd679ed33d;hb=da22119c2ffd14098611b1691dc70110431527b5;hp=68c24a9f97966606cf1f2417d88110a12f6c47fa;hpb=a879c396bb3a07929d4821ef2c29610808962c6d;p=akkoma 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" => ""})