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

This reverts commit be3715595b.
pull/873/head
Alexandre Dulaunoy 2022-10-24 18:40:58 +02:00
parent be3715595b
commit 0aa1f49b5f
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 = 'Valid covid-19 related domains'
list_name_test = 'List of known hashes with common false-positives (based on Florian Roth input list)'
for wl in warninglists:
if wl.name == list_name_test:
break