Skip to content

Commit

Permalink
Update test_catalog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 19, 2024
1 parent 6521d68 commit 91752a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogbuilder/scripts/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main(json_path,json_template_path,test_failure):
if json_template_path:
json_template = json.load(open(json_template_path))
else:
json_template = json.load(open('cats/gfdl_template.json'))
json_template = json.load(open('catalogbuilder/cats/gfdl_template.json'))

#Validate JSON against JSON template
comp = (diff(j,json_template))
Expand Down

0 comments on commit 91752a9

Please sign in to comment.