diff --git a/test/unitTests/UnitTest.cpp b/test/unitTests/UnitTest.cpp index 9212b2b..8ef2339 100644 --- a/test/unitTests/UnitTest.cpp +++ b/test/unitTests/UnitTest.cpp @@ -8,7 +8,7 @@ void UnitTest::initTestCase() void UnitTest::loginSuccessfully() { RequestManager testAccess; - QSignalSpy spy(&testAccess, &RequestManager::responseReady); + QSignalSpy spy(&testAccess, &RequestManager::successLogin); QVERIFY(spy.isValid()); testAccess.login(); spy.wait(timeout);