Skip to content

Commit c7c7204

Browse files
committedOct 18, 2018
put extra default back
1 parent 7026dfa commit c7c7204

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsserver_wms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def wms_request(self, request, extra=None, project='test_project.qgs', version='
5757
header, body = self._execute_request(query_string)
5858
return (header, body, query_string)
5959

60-
def wms_request_compare(self, request, extra, reference_file=None, project='test_project.qgs', version='1.3.0'):
60+
def wms_request_compare(self, request, extra=None, reference_file=None, project='test_project.qgs', version='1.3.0'):
6161
response_header, response_body, query_string = self.wms_request(request, extra, project, version)
6262
response = response_header + response_body
6363
reference_path = self.testdata_path + (request.lower() if not reference_file else reference_file) + '.txt'

‎tests/testdata/qgis_server/db.gpkg

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.