summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-05-23 19:39:24 -0400
committerTim Graham <timograham@gmail.com>2016-05-23 20:17:37 -0400
commit8166f5e84a2ca5e12c3edbe2ac438b645234fb76 (patch)
tree46ecd71c4af1a3ea6d0a15e1be37191c02322dd0 /tests
parent826ec5ee57ba798f4706d4fd6f9ffa8b1065508d (diff)
[1.10.x] Updated GeoIP test for latest database.
Backport of a0a1c4fbde4fb652b151a409db46c8ac3829ed2b from master
Diffstat (limited to 'tests')
-rw-r--r--tests/gis_tests/test_geoip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/test_geoip.py b/tests/gis_tests/test_geoip.py
index 15d18165e5..02494f88b6 100644
--- a/tests/gis_tests/test_geoip.py
+++ b/tests/gis_tests/test_geoip.py
@@ -145,7 +145,7 @@ class GeoIPTest(unittest.TestCase):
fqdn = "duesseldorf.de"
if self._is_dns_available(fqdn):
d = g.city(fqdn)
- self.assertEqual('Düsseldorf', d['city'])
+ self.assertEqual('Ratingen', d['city'])
d = g.country('200.26.205.1')
# Some databases have only unaccented countries
self.assertIn(d['country_name'], ('Curaçao', 'Curacao'))