Skip to content

Commit 2620899

Browse files
authored
Apply suggestion from @aaronsteers
1 parent 00f8d97 commit 2620899

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

unit_tests/legacy/sources/declarative/test_manifest_declarative_source.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,12 @@ def _run_read(manifest: Mapping[str, Any], stream_name: str) -> List[AirbyteMess
22192219
)
22202220
config = {}
22212221
state = {}
2222-
source = ConcurrentDeclarativeSource(catalog, config, manifest, state)
2222+
source = ConcurrentDeclarativeSource(
2223+
catalog=catalog,
2224+
config=config,
2225+
manifest=manifest,
2226+
state=state,
2227+
)
22232228
return list(source.read(logger, {}, catalog, state))
22242229

22252230

0 commit comments

Comments
 (0)