Fix network access manager test failing due to server change

This commit is contained in:
Nyall Dawson 2019-04-02 11:54:18 +10:00
parent eacd47bfa6
commit d1503e030a

View File

@ -472,7 +472,7 @@ void TestQgsNetworkAccessManager::fetchPost()
{
QCOMPARE( reply.error(), QNetworkReply::NoError );
QCOMPARE( reply.requestId(), requestId );
QVERIFY( reply.rawHeaderList().contains( "Content-Length" ) );
QVERIFY( reply.rawHeaderList().contains( "Content-Type" ) );
QCOMPARE( reply.request().url(), u );
loaded = true;
} );