Skip to content

Commit

Permalink
Fix network access manager test failing due to server change
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 2, 2019
1 parent eacd47b commit d1503e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsnetworkaccessmanager.cpp
Expand Up @@ -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;
} );
Expand Down

0 comments on commit d1503e0

Please sign in to comment.