Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 10, 2018
1 parent e9d718a commit 29d5f91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsserver_accesscontrol_wms.py
Expand Up @@ -276,6 +276,8 @@ def test_wms_getmap_grp(self):
"Not allowed do a GetMap on Country_grp"
)

self.assertTrue(False)

def test_wms_getfeatureinfo_hello(self):
query_string = "&".join(["%s=%s" % i for i in list({
"MAP": urllib.parse.quote(self.projectPath),
Expand Down

0 comments on commit 29d5f91

Please sign in to comment.