Skip to content

Commit

Permalink
Fixing the unittest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRushton committed Dec 7, 2023
1 parent 6eb509d commit f2dad06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f2dad06

Please sign in to comment.