Fix slow search tests

pull/9/head
Ilya Glotov 2020-04-23 13:16:30 +03:00
parent fe29484028
commit 6c2ec6a58c
No known key found for this signature in database
GPG Key ID: 5862B629BFB84D34
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ class TestPyMISPWarningLists(unittest.TestCase):
results = self.warninglists.search('2001:DB8::34:1')
self.assertEqual(results[0].name, 'List of RFC 3849 CIDR blocks')
results = self.warninglists.search('1e100.net')
self.assertEqual(results[0].name, 'Top 1,000,000 most-used sites from Tranco')
self.assertEqual(results[0].name, 'List of known google domains')
results = self.warninglists.search('something.files.1drv.com')
self.assertEqual(results[0].name, 'Top 1,000,000 most-used sites from Tranco')