Skip to content

Commit b33fa48

Browse files
author
Dennis Kennetz
committed
trying to get debian_img to execute.
1 parent 253a250 commit b33fa48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_singularity.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def test_singularity_local(tmp_path):
8383

8484
@needs_singularity
8585
def test_singularity_docker_image_id_in_tool():
86-
result_code, _, stderr = get_main_output(
87-
['--singularity', '--default-container',
88-
get_data("tests/debian_image_id.cwl"), "--message", "hello"])
86+
result_code, _, stderr = main(
87+
['--singularity', get_data("tests/debian_image_id.cwl"), "--message", "hello"])
8988
assert result_code != 0

0 commit comments

Comments
 (0)