Skip to content

Commit e9a333e

Browse files
TeachMeTWJGreenlee
andauthored
Update emission/individual_tests/TestOverpass.py
Co-authored-by: Jack Greenlee <[email protected]>
1 parent 3569a01 commit e9a333e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

emission/individual_tests/TestOverpass.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ def setUp(self):
3737
self.gfbk_url_base = None
3838

3939
def test_overpass(self):
40-
# Skip test if Geofabrik Overpass key is not configured
41-
if not self.gfbk_url_base:
42-
self.skipTest("GEOFABRIK_OVERPASS_KEY not configured, skipping test_overpass")
4340
r_gfbk = requests.get(self.gfbk_url_base)
4441
r_public = requests.get(self.public_url_base)
4542

0 commit comments

Comments
 (0)