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:41 -0400
commit86f8a69cf243f81fd748c2c646c1d5f4b6b518c7 (patch)
tree5be39b4d72b854e953309f969ca39b98235105af /tests
parentd1c6e063ffa69df6e8408151bd5d78408b81d8f5 (diff)
[1.9.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 7142023127..2c44db492a 100644
--- a/tests/gis_tests/test_geoip.py
+++ b/tests/gis_tests/test_geoip.py
@@ -137,7 +137,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'))