Skip to content

Commit 710d716

Browse files
authored
Update helpers.py
fix tests
1 parent 56f5972 commit 710d716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ def ping_gtk():
99
bbox = (60.2, 24.8, 60.215, 24.83)
1010
holes = from_gtk_wfs(bbox, "EPSG:4326")
1111
result = not Holes(holes[:3]).get_dataframe().empty
12-
except HTTPError:
12+
except (HTTPError, ValueError):
1313
return True

0 commit comments

Comments
 (0)