We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4438d6 + bd3a5fa commit 9077cdfCopy full SHA for 9077cdf
lib/galaxy_test/api/test_workflows.py
@@ -8764,7 +8764,7 @@ def test_run_workflow_use_cached_job_implicit_conversion_send_to_new_history(sel
8764
workflow_id = self.workflow_populator.upload_yaml_workflow(wf)
8765
8766
# Run workflow first time
8767
- workflow_request: Dict[str, Any] = {
+ workflow_request: dict[str, Any] = {
8768
"inputs": json.dumps({"fastq_input": self._ds_entry(dataset)}),
8769
"history": f"hist_id={history_id}",
8770
"inputs_by": "name",
0 commit comments