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