Skip to content

Commit

Permalink
Does this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 15, 2024
1 parent a4345c0 commit f2211fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/galaxy_test/base/populators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2161,10 +2161,9 @@ def run_workflow(
def rerun(self, run_jobs_summary: "RunJobsSummary", wait: bool = True, assert_ok: bool = True) -> "RunJobsSummary":
history_id = run_jobs_summary.history_id
invocation_id = run_jobs_summary.invocation_id
workflow_id = run_jobs_summary.workflow_id
workflow_id = workflow_request["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 f2211fe

Please sign in to comment.