mirror of https://github.com/MISP/PyMISP
chg: [tests] fix the list name test following latest warning-list
updatespull/873/head
parent
c3e6bcea9e
commit
be3715595b
|
@ -1678,7 +1678,7 @@ class TestComprehensive(unittest.TestCase):
|
||||||
# Get list
|
# Get list
|
||||||
warninglists = self.admin_misp_connector.warninglists(pythonify=True)
|
warninglists = self.admin_misp_connector.warninglists(pythonify=True)
|
||||||
self.assertTrue(isinstance(warninglists, list))
|
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:
|
for wl in warninglists:
|
||||||
if wl.name == list_name_test:
|
if wl.name == list_name_test:
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue