mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 12:00:46 +02:00
removed suppressing message ( no message on linux )
This commit is contained in:
parent
aff09b92da
commit
396c046afc
@ -62,7 +62,6 @@ void RequestManagerTest::colnodAuthorization_test()
|
||||
|
||||
QSignalSpy loginFinished(loginRequest.get(), &serversdk::Request::finished);
|
||||
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The host name did not match any of the valid hosts for this certificate\"");
|
||||
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The root CA certificate is not trusted for this purpose\"");
|
||||
reqMan.processRequest(loginRequest);
|
||||
|
||||
QVERIFY(loginFinished.wait());
|
||||
@ -88,7 +87,6 @@ void RequestManagerTest::colnodGetUpdatedTokens_test()
|
||||
|
||||
QSignalSpy spyFinished(loginRequest.get(), &serversdk::Request::finished);
|
||||
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The host name did not match any of the valid hosts for this certificate\"");
|
||||
QTest::ignoreMessage(QtDebugMsg, "\"SSL error:\" \"The root CA certificate is not trusted for this purpose\"");
|
||||
reqMan.processRequest(loginRequest);
|
||||
|
||||
QVERIFY(spyFinished.wait());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user