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.
1 parent fee2ed0 commit bd3a5faCopy full SHA for bd3a5fa
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