Skip to content

Commit

Permalink
Fix failing server label test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 29, 2016
1 parent 5b6f9d8 commit 1b06324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgspallabeling_server.py
Expand Up @@ -115,7 +115,7 @@ def get_request_params(self):
# TODO: support other types of servers, besides WMS
ms = self._TestMapSettings
osize = ms.outputSize()
dpi = str(ms.outputDpi())
dpi = str(int(ms.outputDpi()))
lyrs = [str(self._MapRegistry.mapLayer(i).name()) for i in ms.layers()]
lyrs.reverse()
params = {
Expand Down

0 comments on commit 1b06324

Please sign in to comment.