Skip to content

Commit

Permalink
removed json from schema pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman committed Jan 16, 2025
1 parent f477043 commit 1bcc005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ def compare_outputs(self, outputs, raise_error=True):
files[0], files[1]))
shutil.move(files[0], files[1])
log_pattern = [os.path.join(os.path.dirname(x), '*.log') for x in new_truths]
json_pattern = [os.path.join(os.path.dirname(x), '*.json') for x in new_truths]
generate_upload_schema(pattern=new_truths + log_pattern + json_pattern,
generate_upload_schema(pattern=new_truths + log_pattern,
testname=testname,
target= tree)

Expand Down

0 comments on commit 1bcc005

Please sign in to comment.