Skip to content

Commit df3bdec

Browse files
committed
path corrected
1 parent c6b937c commit df3bdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/json_tests_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def main():
4949
# Read the file content
5050
draft = file.split('/')[1]
5151

52-
urls = json.loads(repo.get_contents("specification_urls.json").decoded_content.decode('utf-8'))
52+
urls = json.loads(repo.get_contents("bin/specification_urls.json").decoded_content.decode('utf-8'))
5353

5454
changed_file_content = repo.get_contents(file).decoded_content.decode('utf-8')
5555
# Parse JSON content

0 commit comments

Comments
 (0)