From 0f455408157523257edef420a44c9eb9bcca056f Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Wed, 18 Dec 2019 14:54:56 +0100 Subject: [PATCH] fix: [tests] With values, tests are always better ... --- tests/test_expansions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_expansions.py b/tests/test_expansions.py index 528fb4a..79aa401 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -117,9 +117,9 @@ class TestExpansions(unittest.TestCase): def test_circl_passivessl(self): module_name = "circl_passivessl" query = {"module": module_name, - "attribute": {"type": "", - "value": "", - "uuid": ""}, + "attribute": {"type": "ip-dst", + "value": "149.13.33.14", + "uuid": "ea89a33b-4ab7-4515-9f02-922a0bee333d"}, "config": {}} if module_name in self.configs: query['config'] = self.configs[module_name]