From b6c131ea3bce0f4e416b4533c40b398a8b7e2c63 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sat, 2 Apr 2016 20:12:57 +0200 Subject: [PATCH] [FIX] base_location_geonames_import: Select correct location for tests --- .../tests/test_base_location_geonames_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c5005c6b1..1e2698f6a 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', '=', 'Ciappaira'), + ('city', '=', 'Jardin Japonais'), ('state_id', '=', states[0].id), ('country_id', '=', self.country.id), ]