diff --git a/datalad_next/url_operations/tests/test_ssh.py b/datalad_next/url_operations/tests/test_ssh.py index b1b3ecd9..c6e2588e 100644 --- a/datalad_next/url_operations/tests/test_ssh.py +++ b/datalad_next/url_operations/tests/test_ssh.py @@ -106,7 +106,7 @@ def __init__(self, *args, **kwargs): self.returncode = 0 def start(self, *args, **kwargs): - print(args, kwargs) + pass return XShell()