From 9cbd58439f5f64ee98f947eba305ff6362fd3d5f Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 27 Aug 2017 14:32:23 +0100 Subject: [PATCH] Fix test of crypt module after changing messages of controlpanel --- test/integration/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/main.cpp b/test/integration/main.cpp index 241777db..f279303d 100644 --- a/test/integration/main.cpp +++ b/test/integration/main.cpp @@ -844,7 +844,7 @@ TEST_F(ZNCTest, ModuleCrypt) { Z; client1.Write("znc loadmod controlpanel"); client1.Write("PRIVMSG *controlpanel :CloneUser user user2"); - client1.ReadUntil("User [user2] added!"); + client1.ReadUntil("User user2 added!"); client1.Write("PRIVMSG *controlpanel :Set Nick user2 nick2"); Z; client1.Write("znc loadmod crypt");