mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 13:10:45 +02:00
fix login test
This commit is contained in:
parent
b914b1c11d
commit
a324e390ae
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user