Skip to content

Commit

Permalink
Update metadata-ingestion/tests/test_helpers/mce_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz authored Jan 13, 2025
1 parent 8a3be3e commit 0a70131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/tests/test_helpers/mce_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def check_golden_file(
ignore_paths_v2: Sequence[str] = (),
ignore_order: bool = True,
) -> None:
update_golden = pytestconfig.getoption("--update-golden-files") or True
update_golden = pytestconfig.getoption("--update-golden-files")
copy_output = pytestconfig.getoption("--copy-output-files")
assert_metadata_files_equal(
output_path=output_path,
Expand Down

0 comments on commit 0a70131

Please sign in to comment.