Skip to content

Commit dfbb3d8

Browse files
authored
Merge pull request #20713 from nsoranzo/release_24.2_fix_test_base_image_for_targets
[24.2] Fix ``test_base_image_for_targets`` mulled test to use mzmine
2 parents 52afa61 + f28450c commit dfbb3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/tool_util/mulled/test_mulled_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@pytest.mark.parametrize(
1919
"target,version,base_image",
2020
[
21-
("maker", None, DEFAULT_EXTENDED_BASE_IMAGE),
21+
("mzmine", None, DEFAULT_EXTENDED_BASE_IMAGE),
2222
("qiime", "1.9.1", DEFAULT_EXTENDED_BASE_IMAGE),
2323
("samtools", None, DEFAULT_BASE_IMAGE),
2424
],

0 commit comments

Comments
 (0)