diff --git a/integration-tests/test-location-paths.py b/integration-tests/test-location-paths.py index d1b022ef..24a0c3d8 100755 --- a/integration-tests/test-location-paths.py +++ b/integration-tests/test-location-paths.py @@ -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: