diff --git a/test/auto/request/tst_requestmanager.cpp b/test/auto/request/tst_requestmanager.cpp index a02da76..e19ee76 100644 --- a/test/auto/request/tst_requestmanager.cpp +++ b/test/auto/request/tst_requestmanager.cpp @@ -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());