Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes unit tests
  • Loading branch information
pblottiere committed Jul 23, 2018
1 parent 8431d0c commit aae9fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_wms.py
Expand Up @@ -107,7 +107,7 @@ def wms_request_compare_project(self, request, extra=None, reference_file=None):
project = QgsProject()
project.read(projectPath)

query_string = 'https://www.qgis.org/?SERVICE=WMS&VERSION=1.3&REQUEST=%s' % (request)
query_string = 'https://www.qgis.org/?SERVICE=WMS&VERSION=1.3.0&REQUEST=%s' % (request)
if extra is not None:
query_string += extra
header, body = self._execute_request_project(query_string, project)
Expand Down

0 comments on commit aae9fec

Please sign in to comment.