Skip to content

Commit c581747

Browse files
committed
Fix test_keep_success_mapping_error assertion
1 parent 39a4995 commit c581747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy_test/api/test_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3809,7 +3809,7 @@ def filter_jobs_by_tool(tool_id):
38093809
assert len(filter_jobs_by_tool("__KEEP_SUCCESS_DATASETS__")) == 1, jobs
38103810
# Follow proves one job was filtered out of the exit_code_from_file
38113811
# And a single one has been sent to cat1
3812-
assert len(filter_jobs_by_tool("cat1")) == 1, jobs
3812+
assert len(filter_jobs_by_tool("cat")) == 1, jobs
38133813

38143814
def test_keep_success_mapping_paused(self):
38153815
with self.dataset_populator.test_history() as history_id:

0 commit comments

Comments
 (0)