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
|
# 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 = '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:
|
for wl in warninglists:
|
||||||
if wl.name == list_name_test:
|
if wl.name == list_name_test:
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue