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 39a4995 commit c581747Copy full SHA for c581747
lib/galaxy_test/api/test_workflows.py
@@ -3809,7 +3809,7 @@ def filter_jobs_by_tool(tool_id):
3809
assert len(filter_jobs_by_tool("__KEEP_SUCCESS_DATASETS__")) == 1, jobs
3810
# Follow proves one job was filtered out of the exit_code_from_file
3811
# And a single one has been sent to cat1
3812
- assert len(filter_jobs_by_tool("cat1")) == 1, jobs
+ assert len(filter_jobs_by_tool("cat")) == 1, jobs
3813
3814
def test_keep_success_mapping_paused(self):
3815
with self.dataset_populator.test_history() as history_id:
0 commit comments