mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix network access manager test failing due to server change
This commit is contained in:
parent
eacd47bfa6
commit
d1503e030a
@ -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;
|
||||
} );
|
||||
|
Loading…
x
Reference in New Issue
Block a user