From b43b1de286a2b7a3fb991b599bee85fc65bb4724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 18 Jul 2019 16:20:28 +0200 Subject: [PATCH] fix: Missing key in tests --- tests/config_forward.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/config_forward.py b/tests/config_forward.py index f988989..e361873 100644 --- a/tests/config_forward.py +++ b/tests/config_forward.py @@ -75,3 +75,5 @@ hash_only_tags = {'TODO:VT-ENRICHMENT'} # If an attribute is on any MISP server side `warning list`, skip the creation of the attribute skip_item_on_warninglist = True + +vt_key = None