Skip to content

Commit

Permalink
silly and unmodified copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Jun 5, 2019
1 parent a42e09f commit 9b799eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/python/test_qgsserver_wms_getmap.py
Expand Up @@ -1592,8 +1592,7 @@ def test_wms_getmap_tile_buffer(self):
"WIDTH": "512",
"HEIGHT": "512",
"LAYERS": "wms_tile_buffer_data",
"FORMAT": "image/png",
"TILED": "false"
"FORMAT": "image/png"
}.items())])

r, h = self._result(self._execute_request(qs))
Expand Down

0 comments on commit 9b799eb

Please sign in to comment.