Speed up FixCVE20149403 test

The test was unnecessarily waiting for ZNC to join some channel, which
took a long time.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2017-02-28 13:07:15 +01:00
parent 7b2a127841
commit 74bfbea6f2
-2
View File
@@ -438,8 +438,6 @@ TEST_F(ZNCTest, FixCVE20149403) {
{"name", "znc"},
{"enabled", "1"},
});
ircd.ReadUntil("JOIN #znc");
Z;
EXPECT_THAT(HttpPost(request,
{
{"user", "user"},