mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Fix failing server label test
This commit is contained in:
parent
5b6f9d846e
commit
1b06324d24
@ -115,7 +115,7 @@ class TestServerBase(TestQgsPalLabeling):
|
||||
# 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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user