Skip to content

Commit

Permalink
Remove invalid layer in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 27, 2019
1 parent f9981ac commit 365e01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_wms_getmap.py
Expand Up @@ -622,7 +622,7 @@ def test_wms_getmap_invalid_size(self):
"SERVICE": "WMS",
"VERSION": "1.3.0",
"REQUEST": "GetMap",
"LAYERS": "Hello",
"LAYERS": "",
"STYLES": "",
"FORMAT": "image/png",
"HEIGHT": "5001",
Expand Down

0 comments on commit 365e01a

Please sign in to comment.