From 2adba0bf833c03e20266f1a549985829cc645634 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 31 Oct 2019 11:46:58 +0100 Subject: [PATCH] fix: Fixed VT results --- tests/test_expansions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_expansions.py b/tests/test_expansions.py index 1be3288..0ffa4a2 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -447,7 +447,7 @@ class TestExpansions(unittest.TestCase): query_values = ('circl.lu', '149.13.33.14', 'a04ac6d98ad989312783d4fe3456c53730b212c79a426fb215708b6c6daa3de3', 'http://194.169.88.56:49151/.i') - results = ('whois', 'asn', 'file', 'virustotal-report') + results = ('domain-ip', 'asn', 'virustotal-report', 'virustotal-report') if module_name in self.configs: for query_type, query_value, result in zip(query_types, query_values, results): query = {"module": module_name,