Skip to content

Commit dc9bb1d

Browse files
fix: correct skip_unprocessable_file_types typo to skip_unprocessable_files in test
Co-Authored-By: Ryan Waskewich <ryan.waskewich@airbyte.io>
1 parent a8f4e04 commit dc9bb1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unit_tests/sources/file_based/file_types/test_unstructured_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ def test_parse_records_markdown_json_remote(
780780
logger = MagicMock()
781781
config = MagicMock()
782782
config.format = UnstructuredFormat(
783-
skip_unprocessable_file_types=False,
783+
skip_unprocessable_files=False,
784784
output_format="markdown_json",
785785
processing=APIProcessingConfigModel(mode="api", api_key="test"),
786786
)

0 commit comments

Comments
 (0)