Skip to content

Commit ed9ab55

Browse files
fix: add missing source_config parameter to ConcurrentDeclarativeSource constructor in test
Co-Authored-By: AJ Steers <[email protected]>
1 parent aaee739 commit ed9ab55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/legacy/sources/declarative/test_manifest_declarative_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2222,7 +2222,7 @@ def _run_read(manifest: Mapping[str, Any], stream_name: str) -> List[AirbyteMess
22222222
source = ConcurrentDeclarativeSource(
22232223
catalog=catalog,
22242224
config=config,
2225-
manifest=manifest,
2225+
source_config=manifest,
22262226
state=state,
22272227
)
22282228
return list(source.read(logger, {}, catalog, state))

0 commit comments

Comments
 (0)