Skip to content

Commit 29d5f91

Browse files
committed
log
1 parent e9d718a commit 29d5f91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/python/test_qgsserver_accesscontrol_wms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ def test_wms_getmap_grp(self):
276276
"Not allowed do a GetMap on Country_grp"
277277
)
278278

279+
self.assertTrue(False)
280+
279281
def test_wms_getfeatureinfo_hello(self):
280282
query_string = "&".join(["%s=%s" % i for i in list({
281283
"MAP": urllib.parse.quote(self.projectPath),

0 commit comments

Comments
 (0)