From 0aa1f49b5f2cee66dff40bebea5e3ac5a8d63462 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 24 Oct 2022 18:40:58 +0200 Subject: [PATCH] Revert "chg: [tests] fix the list name test following latest warning-list" This reverts commit be3715595bcf08d497303198fefdf91c735b3fb2. --- tests/testlive_comprehensive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testlive_comprehensive.py b/tests/testlive_comprehensive.py index ed156b1..50d97ac 100644 --- a/tests/testlive_comprehensive.py +++ b/tests/testlive_comprehensive.py @@ -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