Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Layout
  • Loading branch information
elpaso committed Apr 17, 2019
1 parent 7032db2 commit 5cf2596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_wms_getlegendgraphic.py
Expand Up @@ -735,7 +735,7 @@ def test_wms_GetLegendGraphic_ScaleSymbol_DefaultScale_2056(self):

r, h = self._result(self._execute_request(qs))
self._img_diff_error(r, h, "WMS_GetLegendGraphic_ScaleSymbol_DefaultScale_2056", max_size_diff=QSize(15, 15))

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

0 comments on commit 5cf2596

Please sign in to comment.