diff options
| author | Tim Graham <timograham@gmail.com> | 2017-02-14 09:05:55 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-14 09:08:17 -0500 |
| commit | da2e92d25ea32a25679d99525365ac7ac8e297ee (patch) | |
| tree | d75fa2a08616714215fc28b590cac06e41f20a4f | |
| parent | 8bf9967e7b0bdc7edc4c616a3be4027c73176513 (diff) | |
[1.11.x] Fixed GeoIP test failure with the latest data.
| -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 4871386ef8..fa0df950b6 100644 --- a/tests/gis_tests/test_geoip.py +++ b/tests/gis_tests/test_geoip.py @@ -142,7 +142,7 @@ class GeoIPTest(unittest.TestCase): def test05_unicode_response(self): "Testing that GeoIP strings are properly encoded, see #16553." g = GeoIP() - fqdn = "hs-duesseldorf.de" + fqdn = "messe-duesseldorf.com" if self._is_dns_available(fqdn): d = g.city(fqdn) self.assertEqual('Düsseldorf', d['city']) |
