mirror of
https://github.com/znc/znc.git
synced 2026-04-30 18:42:25 +02:00
Make integration test to load until module is loaded before testing it.
This commit is contained in:
@@ -1699,6 +1699,8 @@ TEST_F(ZNCTest, NotifyConnectModule) {
|
||||
auto client = LoginClient();
|
||||
Z;
|
||||
client.Write("znc loadmod notify_connect");
|
||||
client.ReadUntil("Loaded module");
|
||||
Z;
|
||||
|
||||
auto client2 = ConnectClient();
|
||||
client2.Write("PASS :hunter2");
|
||||
|
||||
Reference in New Issue
Block a user