We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cf099 commit e8f5285Copy full SHA for e8f5285
tests/database_test.py
@@ -58,6 +58,6 @@ def test_invalid_address(self):
58
'tests/data/test-data/GeoIP2-City-Test.mmdb')
59
with self.assertRaisesRegex(ValueError,
60
"u?'invalid' does not appear to be an "
61
- "IPv4 or IPv6 address."):
+ "IPv4 or IPv6 address"):
62
reader.city('invalid')
63
reader.close()
0 commit comments