Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit ad1a148

Browse files
[client] Change file bundle test path (#659)
1 parent 4409a41 commit ad1a148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/01-unit/stix/test_bundle_ids_rewrite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def get_cti_helper():
1111

1212

1313
def load_test_file():
14-
with open("../../data/bundle_ids_sample.json", "r") as content_file:
14+
with open("tests/data/bundle_ids_sample.json", "r") as content_file:
1515
content = content_file.read()
1616
bundle_data = json.loads(content)
1717
return bundle_data

0 commit comments

Comments
 (0)