Skip to content

Commit

Permalink
fix integration test for step parameter key changed from label to ste…
Browse files Browse the repository at this point in the history
…p id
  • Loading branch information
ahmedhamidawan committed Jun 17, 2024
1 parent 9cac001 commit dc4374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_workflow_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def _test_export_import_invocation_with_input_as_output(self, use_uris):
out = output_values["wf_output_param"]
assert out == "A text variable"
inputs = invocation_details["input_step_parameters"]
assert "text_input" in inputs
assert list(inputs.values())[0]["label"] == "text_input"

self._rerun_imported_workflow(summary, invocation_details)

Expand Down

0 comments on commit dc4374d

Please sign in to comment.