diff options
| author | Tim Graham <timograham@gmail.com> | 2018-01-08 09:57:49 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-08 09:57:49 -0500 |
| commit | 1bf0e5c43c5d63569446233b4fb8610218b6b467 (patch) | |
| tree | 7062abeed8f71a2cfc57618a3e985e6cda0ac1f4 /tests | |
| parent | dba6075b077a70d7c0d56a6d3d063e59b34b29fc (diff) | |
[1.11.x] Fixed GeoIP test failure with the latest data.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gis_tests/test_geoip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/test_geoip.py b/tests/gis_tests/test_geoip.py index fa0df950b6..36382bfb5d 100644 --- a/tests/gis_tests/test_geoip.py +++ b/tests/gis_tests/test_geoip.py @@ -145,7 +145,7 @@ class GeoIPTest(unittest.TestCase): fqdn = "messe-duesseldorf.com" if self._is_dns_available(fqdn): d = g.city(fqdn) - self.assertEqual('Düsseldorf', d['city']) + self.assertEqual('Essen', d['city']) d = g.country('200.26.205.1') # Some databases have only unaccented countries self.assertIn(d['country_name'], ('Curaçao', 'Curacao')) |
