Skip to content

Commit a29abec

Browse files
test: remove slash separator test case (non-standard format)
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent c807991 commit a29abec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

unit_tests/sources/file_based/config/test_abstract_file_based_spec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def test_parquet_file_type_is_not_a_valid_csv_file_type(
5454
pytest.param("2021-01-01", True, id="date_only"),
5555
pytest.param(None, True, id="none_value"),
5656
pytest.param("not-a-date", False, id="invalid_string"),
57-
pytest.param("2021/01/01", True, id="slash_separator_also_accepted"),
5857
pytest.param("", False, id="empty_string"),
5958
],
6059
)

0 commit comments

Comments
 (0)