Skip to content

Commit

Permalink
ENH: Address issues raised by refurb. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 3, 2024
1 parent 0a3d7f5 commit c875736
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_pygeoogc.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,13 @@ def test_byfilter(self):

def test_wfs110(self):
"""WFS 1.1.0 by geom."""
wfs = WFS(
resp = WFS(
ServiceURL().wfs.waterdata,
layer="wmadata:gagesii",
outformat="json",
version="1.1.0",
crs=ALT_CRS,
)
resp = wfs.getfeature_bygeom(GEO_URB, geo_crs=DEF_CRS, always_xy=False)
).getfeature_bygeom(GEO_URB, geo_crs=DEF_CRS, always_xy=False)
assert len(resp[0]["features"]) == 7


Expand Down

0 comments on commit c875736

Please sign in to comment.