Skip to content

Commit ef9508b

Browse files
committed
Fix missing dependency error
1 parent dbe7bee commit ef9508b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

intelmq/bots/parsers/stix/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
from intelmq.lib.bot import ParserBot
12+
from intelmq.lib.exceptions import MissingDependencyError
1213

1314
try:
1415
import stix2patterns.v21.pattern as stix2_pattern

intelmq/tests/bots/parsers/stix/test_parser_eset_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'raw': 'eyJpZCI6ICJpbmRpY2F0b3ItLTAiLCAidHlwZSI6ICJpbmRpY2F0b3IiLCAic3BlY192ZXJzaW9uIjogIjIuMSIsICJjcmVhdGVkIjogIjE5NzAtMDEtMDFUMDA6MDA6MDAuMDAwWiIsICJtb2RpZmllZCI6ICIxOTcwLTAxLTAxVDAwOjAwOjAwLjAwMFoiLCAicGF0dGVybiI6ICJbdXJsOnZhbHVlID0gJ2h0dHA6Ly9leGFtcGxlLm9yZyddIiwgInBhdHRlcm5fdHlwZSI6ICJzdGl4IiwgInZhbGlkX2Zyb20iOiAiMTk3MC0wMS0wMVQwMDowMDowMFoiLCAiZGVzY3JpcHRpb24iOiAiQyZDIGluZGljYXRlcyB0aGF0IGEgYm90bmV0IFdpbjMyL1NweS5MdW1tYVN0ZWFsZXIuQiB0cm9qYW4gaXMgcHJlc2VudC4iLCAibGFiZWxzIjogWyJtYWxpY2lvdXMtYWN0aXZpdHkiXX0='
4343
}
4444

45-
45+
@test.skip_exotic()
4646
class TestESETStixParserBot(test.BotTestCase, unittest.TestCase):
4747
"""
4848
A TestCase for an ESETStixParserBot.

0 commit comments

Comments
 (0)