File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
galaxy/model/migrations/alembic/versions_gxy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11"""Drop Job.params column
22
33Revision ID: a5c5455b849a
4- Revises: e382f8eb5e12
4+ Revises: cd26484899fb
55Create Date: 2025-10-15 16:13:14.778789
66
77"""
1616
1717# revision identifiers, used by Alembic.
1818revision = "a5c5455b849a"
19- down_revision = "e382f8eb5e12 "
19+ down_revision = "cd26484899fb "
2020branch_labels = None
2121depends_on = None
2222
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments