chg: [tests] fix the list name test following latest warning-list

updates
pull/873/head
Alexandre Dulaunoy 2022-10-24 11:44:08 +02:00
parent c3e6bcea9e
commit be3715595b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -1678,7 +1678,7 @@ class TestComprehensive(unittest.TestCase):
# Get list
warninglists = self.admin_misp_connector.warninglists(pythonify=True)
self.assertTrue(isinstance(warninglists, list))
list_name_test = 'List of known hashes with common false-positives (based on Florian Roth input list)'
list_name_test = 'Valid covid-19 related domains'
for wl in warninglists:
if wl.name == list_name_test:
break