File tree Expand file tree Collapse file tree
unit_tests/sources/file_based/scenarios Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33#
44
55from airbyte_cdk .sources .file_based .exceptions import FileBasedSourceError
6- from airbyte_cdk .utils .traced_exception import AirbyteTracedException
76from unit_tests .sources .file_based .helpers import (
87 FailingSchemaValidationPolicy ,
98 TestErrorListMatchingFilesInMemoryFilesStreamReader ,
159158 )
160159 )
161160 )
162- .set_expected_check_error (AirbyteTracedException , FileBasedSourceError .ERROR_READING_FILE .value )
161+ .set_expected_check_error (None , FileBasedSourceError .ERROR_READING_FILE .value )
163162).build ()
164163
165164
223222 ],
224223 }
225224 )
226- .set_expected_check_error (AirbyteTracedException , FileBasedSourceError .ERROR_READING_FILE .value )
225+ .set_expected_check_error (None , FileBasedSourceError .ERROR_READING_FILE .value )
227226).build ()
You can’t perform that action at this time.
0 commit comments