diff --git a/base_location_geonames_import/tests/test_base_location_geonames_import.py b/base_location_geonames_import/tests/test_base_location_geonames_import.py index 1e2698f6a..f15b7bcad 100644 --- a/base_location_geonames_import/tests/test_base_location_geonames_import.py +++ b/base_location_geonames_import/tests/test_base_location_geonames_import.py @@ -23,7 +23,7 @@ class TestBaseLocationGeonamesImport(common.TransactionCase): self.assertEqual(len(states), 1) zip_domain = [ ('name', '=', '98000'), - ('city', '=', 'Jardin Japonais'), + ('city', '=', 'Jardin Exotique'), ('state_id', '=', states[0].id), ('country_id', '=', self.country.id), ]