Skip to content

Commit d3bc6a0

Browse files
committedMay 20, 2017
[Server] Fix backport Add GetProjectSettings tests in AccessControl test
1 parent 5464938 commit d3bc6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsserver_accesscontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def test_wms_getcapabilities(self):
210210

211211
def test_wms_getprojectsettings(self):
212212
query_string = "&".join(["%s=%s" % i for i in list({
213-
"MAP": urllib.parse.quote(self.projectPath),
213+
"MAP": urllib.quote(self.projectPath),
214214
"SERVICE": "WMS",
215215
"VERSION": "1.1.1",
216216
"REQUEST": "GetProjectSettings"

0 commit comments

Comments
 (0)
Please sign in to comment.