Skip to content

Commit 0e36111

Browse files
committed
test: amend error utils test to load newline delimited json
1 parent 9befcc0 commit 0e36111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_reporting/test_error_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_dump_processing_errors():
4343
],
4444
perror_schema
4545
)
46-
error_df = pl.read_json(
46+
error_df = pl.read_ndjson(
4747
Path(output_path, "processing_errors.jsonl")
4848
)
4949
cols_to_check = ["step_name", "error_location", "error_level", "error_message"]

0 commit comments

Comments
 (0)