Skip to content

Commit 365e01a

Browse files
committedMar 27, 2019
Remove invalid layer in test
1 parent f9981ac commit 365e01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsserver_wms_getmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def test_wms_getmap_invalid_size(self):
622622
"SERVICE": "WMS",
623623
"VERSION": "1.3.0",
624624
"REQUEST": "GetMap",
625-
"LAYERS": "Hello",
625+
"LAYERS": "",
626626
"STYLES": "",
627627
"FORMAT": "image/png",
628628
"HEIGHT": "5001",

0 commit comments

Comments
 (0)
Please sign in to comment.