diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index d4fde905b..3e351a35e 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -39,7 +39,8 @@ opts :: ChatOpts opts = ChatOpts { dbFile = undefined, - smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"] + smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"], + logging = False } termSettings :: VirtualTerminalSettings