From f2dad061bb5b54fabc2acb7416df5ca41815ad71 Mon Sep 17 00:00:00 2001 From: DerekRushton Date: Thu, 7 Dec 2023 10:31:47 -0400 Subject: [PATCH] Fixing the unittest failure --- .../tanium/tests/stix_translation/test_from_json_to_stix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stix_shifter_modules/tanium/tests/stix_translation/test_from_json_to_stix.py b/stix_shifter_modules/tanium/tests/stix_translation/test_from_json_to_stix.py index d8d37c9cd..2310ec77b 100644 --- a/stix_shifter_modules/tanium/tests/stix_translation/test_from_json_to_stix.py +++ b/stix_shifter_modules/tanium/tests/stix_translation/test_from_json_to_stix.py @@ -16,7 +16,8 @@ } options = {} -sample_files_location = os.getcwd() + "/stix-shifter/stix_shifter_modules/tanium/tests" + +sample_files_location = os.getcwd() + "stix_shifter_modules/tanium/tests" class TestTaniumResultsToStix(unittest.TestCase, object): def test_confirm_objects_parse(self):