Skip to content

Commit

Permalink
python: fix ETL tests
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Gaikwad <[email protected]>
Signed-off-by: Tony Chen <[email protected]>
  • Loading branch information
gaikwadabhishek authored and Nahemah1022 committed Feb 14, 2025
1 parent 1e5681a commit b639c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/integration/sdk/test_etl_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def transform(input_bytes):
for key, value in content.items():
transformed_obj = (
src_bck.object(key)
.get_reader(etl_name=f"etl-{src_bck.name}")
.get_reader(etl=ETLConfig(f"etl-{src_bck.name}"))
.read_all()
)
self.assertEqual(transform(bytes(value)), transformed_obj)
Expand Down

0 comments on commit b639c0d

Please sign in to comment.