Skip to content

Commit 9077cdf

Browse files
authored
Merge pull request #21138 from mvdbeek/fix_type_annotation
Fix type annotation in test_run_workflow_use_cached_job_implicit_conv…
2 parents e4438d6 + bd3a5fa commit 9077cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy_test/api/test_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8764,7 +8764,7 @@ def test_run_workflow_use_cached_job_implicit_conversion_send_to_new_history(sel
87648764
workflow_id = self.workflow_populator.upload_yaml_workflow(wf)
87658765

87668766
# Run workflow first time
8767-
workflow_request: Dict[str, Any] = {
8767+
workflow_request: dict[str, Any] = {
87688768
"inputs": json.dumps({"fastq_input": self._ds_entry(dataset)}),
87698769
"history": f"hist_id={history_id}",
87708770
"inputs_by": "name",

0 commit comments

Comments
 (0)