Skip to content

Commit

Permalink
Follow up commit 35ebe3d about deprecated calls to QGIS server
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 28, 2023
1 parent 35ebe3d commit baa0520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Request JSON metadata', function () {
expect(response.headers['content-type']).to.eq('application/json');
expect(response.body.qgis_server.test).to.eq("OK")

expect(response.body.qgis_server_info.metadata.py_qgis_server).to.eq(true)
expect(response.body.qgis_server_info.py_qgis_server.found).to.eq(true)
expect(response.body.qgis_server_info.metadata.version).to.contain('3.')
expect(response.body.qgis_server_info.plugins.lizmap_server.version).to.match(/(\.|master|dev)/i)
});
Expand Down

0 comments on commit baa0520

Please sign in to comment.