Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 13, 2020
1 parent e4e854a commit 29055f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_api.py
Expand Up @@ -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)


Expand Down

0 comments on commit 29055f1

Please sign in to comment.