mirror of https://github.com/MISP/PyMISP
Revert "chg: [tests] fix the list name test following latest warning-list"
This reverts commit be3715595b
.
pull/873/head
parent
be3715595b
commit
0aa1f49b5f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue