Skip to content

Commit

Permalink
[Server] Fix backport Add GetProjectSettings tests in AccessControl test
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed May 20, 2017
1 parent 5464938 commit d3bc6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_accesscontrol.py
Expand Up @@ -210,7 +210,7 @@ def test_wms_getcapabilities(self):

def test_wms_getprojectsettings(self):
query_string = "&".join(["%s=%s" % i for i in list({
"MAP": urllib.parse.quote(self.projectPath),
"MAP": urllib.quote(self.projectPath),
"SERVICE": "WMS",
"VERSION": "1.1.1",
"REQUEST": "GetProjectSettings"
Expand Down

0 comments on commit d3bc6a0

Please sign in to comment.