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