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