Skip to content

Commit cf8acbe

Browse files
committed
Update unittest
1 parent 87d6bf1 commit cf8acbe

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

unit_tests/sources/declarative/extractors/test_combined_extractor.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ def to_configured_catalog(
4343
"start_date": "2024-07-01T00:00:00.000Z",
4444
}
4545

46-
_CONFIG_WITH_STREAM_DUPLICATION = {
47-
"start_date": "2024-07-01T00:00:00.000Z",
48-
"custom_streams": [
49-
{"id": 1, "name": "item_1"},
50-
{"id": 2, "name": "item_2"},
51-
{"id": 3, "name": "item_2"},
52-
],
53-
}
54-
5546
_MANIFEST = {
5647
"version": "6.7.0",
5748
"type": "DeclarativeSource",

0 commit comments

Comments
 (0)