diff --git a/tests/auto/coap/coaptests.cpp b/tests/auto/coap/coaptests.cpp index 244b382a..bb20aa73 100644 --- a/tests/auto/coap/coaptests.cpp +++ b/tests/auto/coap/coaptests.cpp @@ -159,7 +159,7 @@ void CoapTests::hello() QSignalSpy spy(m_coap, SIGNAL(replyFinished(CoapReply*))); CoapReply *reply = m_coap->get(request); - qDebug() << reply->isRunning() << reply->requestData() << reply->errorString(); + qDebug() << reply->isRunning() << reply->errorString(); spy.wait(); QVERIFY2(spy.count() > 0, "Did not get a response.");