Skip to content

Commit c875736

Browse files
author
Taher Chegini
committed
ENH: Address issues raised by refurb. [skip ci]
1 parent 0a3d7f5 commit c875736

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_pygeoogc.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,13 @@ def test_byfilter(self):
261261

262262
def test_wfs110(self):
263263
"""WFS 1.1.0 by geom."""
264-
wfs = WFS(
264+
resp = WFS(
265265
ServiceURL().wfs.waterdata,
266266
layer="wmadata:gagesii",
267267
outformat="json",
268268
version="1.1.0",
269269
crs=ALT_CRS,
270-
)
271-
resp = wfs.getfeature_bygeom(GEO_URB, geo_crs=DEF_CRS, always_xy=False)
270+
).getfeature_bygeom(GEO_URB, geo_crs=DEF_CRS, always_xy=False)
272271
assert len(resp[0]["features"]) == 7
273272

274273

0 commit comments

Comments
 (0)