Skip to content

Commit b639c0d

Browse files
gaikwadabhishekNahemah1022
authored andcommitted
python: fix ETL tests
Signed-off-by: Abhishek Gaikwad <gaikwadabhishek1997@gmail.com> Signed-off-by: Tony Chen <a122774007@gmail.com>
1 parent 1e5681a commit b639c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/integration/sdk/test_etl_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def transform(input_bytes):
389389
for key, value in content.items():
390390
transformed_obj = (
391391
src_bck.object(key)
392-
.get_reader(etl_name=f"etl-{src_bck.name}")
392+
.get_reader(etl=ETLConfig(f"etl-{src_bck.name}"))
393393
.read_all()
394394
)
395395
self.assertEqual(transform(bytes(value)), transformed_obj)

0 commit comments

Comments
 (0)