We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c933d6 commit c7f227fCopy full SHA for c7f227f
airbyte-integrations/connectors/source-s3/unit_tests/test_source.py
@@ -15,3 +15,4 @@ def test_transform_backslash_t_to_tab(tmp_path: Path) -> None:
15
source = SourceS3()
16
config = source.read_config(str(config_file))
17
assert config["format"]["delimiter"] == "\t"
18
+ assert False
0 commit comments