diff --git a/tests/test_expansions.py b/tests/test_expansions.py index 073d1ae..1740d04 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -269,7 +269,7 @@ class TestExpansions(unittest.TestCase): def test_passivetotal(self): module_name = "passivetotal" - query = {"module": module_name, "ip-src": "149.13.33.14"} + query = {"module": module_name, "ip-src": "149.13.33.14", "config": {}} if module_name in self.configs: query["config"] = self.configs[module_name] response = self.misp_modules_post(query)