Skip to content

Commit

Permalink
Autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 29, 2019
1 parent b77dc8b commit 28d6822
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/src/python/test_qgsserver_accesscontrol_wms.py
Expand Up @@ -461,7 +461,6 @@ def test_wms_getfeatureinfo_country_grp(self):

# # Subset String # #


def test_wms_getmap_subsetstring(self):
query_string = "&".join(["%s=%s" % i for i in list({
"MAP": urllib.parse.quote(self.projectPath),
Expand Down Expand Up @@ -924,9 +923,9 @@ def layerFilterSubsetString(self, layer):
def _gfi(restrict, layers):
qs = ("?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetFeatureInfo&"
+ "BBOX=612616,5810132,619259,5813237"
+ "&CRS=EPSG:25832&WIDTH=2759&HEIGHT=1290&&STYLES="
+ "&FORMAT=application/json&QUERY_LAYERS=%s"
+ "&INFO_FORMAT=application/json&I=508&J=560&FEATURE_COUNT=10" ) % layers
+ "&CRS=EPSG:25832&WIDTH=2759&HEIGHT=1290&&STYLES="
+ "&FORMAT=application/json&QUERY_LAYERS=%s"
+ "&INFO_FORMAT=application/json&I=508&J=560&FEATURE_COUNT=10") % layers
if restrict:
qs = qs + "&LAYER_PERM=yes"
request = QgsBufferServerRequest(qs)
Expand Down

0 comments on commit 28d6822

Please sign in to comment.