diff --git a/tests/src/python/test_qgsserver_api.py b/tests/src/python/test_qgsserver_api.py index 8cddc78fbd35..232754194a70 100644 --- a/tests/src/python/test_qgsserver_api.py +++ b/tests/src/python/test_qgsserver_api.py @@ -1897,7 +1897,7 @@ def testOgcApiHandlerContentType(self): self.assertEqual(bytes(ctx.response().data()), b"Hello world") req = QgsBufferServerRequest( - 'http://localhost:8000/project/7ecb/wfs3/collections/zg.grundnutzung.json') + 'http://localhost:8000/project/7ecb/wfs3/collections/zg.grundnutzung.html') self.assertEqual(h3.contentTypeFromRequest(req), QgsServerOgcApi.HTML)