Skip to content

Commit 395d650

Browse files
committed
fix integ test for test_workflow_with_clarify
1 parent 8a17276 commit 395d650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_workflow_with_clarify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def test_workflow_with_clarify(
238238
)
239239

240240
cond_left = JsonGet(
241-
step=step_process,
241+
processing_step_name=step_process.name,
242242
property_file="BiasOutput",
243243
json_path="post_training_bias_metrics.facets.F1[0].metrics[0].value",
244244
)

0 commit comments

Comments
 (0)