Skip to content

Commit

Permalink
Removing db.conf
Browse files Browse the repository at this point in the history
Removing the db.conf file and updating a comment in testnominatim.py
  • Loading branch information
nataliejschultz committed Oct 3, 2023
1 parent 5050a66 commit 518fdb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion conf/storage/db.conf

This file was deleted.

2 changes: 1 addition & 1 deletion emission/individual_tests/TestNominatim.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class NominatimTest(unittest.TestCase):
maxDiff = None

#Basic query to check that nominatim and geofabrik are calling the same area.
#Basic query to check that nominatim and geofabrik are returning the same data.
def test_geofabrik_and_nominatim(self):
OPENSTREETMAP_result = requests.get(OPENSTREETMAP_QUERY_URL + "/reverse?lat=41.8239891&lon=-71.4128343&format=json").json()
geofabrik_result = requests.get(GEOFABRIK_QUERY_URL + "/reverse?lat=41.8239891&lon=-71.4128343&format=json").json()
Expand Down

0 comments on commit 518fdb3

Please sign in to comment.