Skip to content

Commit

Permalink
debug - do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 14, 2024
1 parent 45840a3 commit b82d2d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy_test/base/populators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2138,6 +2138,7 @@ def run_workflow(
workflow_request["inputs_by"] = "name"
if parameters:
workflow_request["parameters"] = json.dumps(parameters)
print(f"\n\n\n\n\n\nparameters are {parameters}")
workflow_request["parameters_normalized"] = True
if replacement_parameters:
workflow_request["replacement_params"] = json.dumps(replacement_parameters)
Expand All @@ -2163,6 +2164,7 @@ def rerun(self, run_jobs_summary: "RunJobsSummary", wait: bool = True, assert_ok
workflow_id = run_jobs_summary.workflow_id
inputs = run_jobs_summary.inputs
workflow_request = self.invocation_to_request(invocation_id)
print(f"\n\n\n\n\n\n\nworkflow request is {workflow_request}")
assert workflow_request["history_id"] == history_id
assert workflow_request["instance"] is True
return self._request_to_summary(
Expand Down

0 comments on commit b82d2d0

Please sign in to comment.