Skip to content

Commit

Permalink
test-location-paths: Updates to new parser option name
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Sep 7, 2024
1 parent 1cc0a25 commit acafd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test-location-paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def verify_location_paths(file: Path):
document = Document(
file,
parser_options=ParserOptions(
collapse_whitespace=False, resolve_entities=False, unplugged=True
reduce_whitespace=False, resolve_entities=False, unplugged=True
),
)
except FailedDocumentLoading as exc:
Expand Down

0 comments on commit acafd06

Please sign in to comment.