Skip to content

Commit f247d94

Browse files
revert the changes
1 parent 70fc87b commit f247d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-test/config/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Construct the absolute path to the JSON file
1919
#note: may have to remove 'KM_GENERIC' from below when running locally
20-
json_file_path = os.path.join(repo_root, 'testdata', 'prompts.json')
20+
json_file_path = os.path.join(repo_root, 'KM_GENERIC', 'testdata', 'prompts.json')
2121

2222
with open(json_file_path, 'r') as file:
2323
data = json.load(file)

0 commit comments

Comments
 (0)