From dcf9ca8a8c84eb93f7d552409752198fbe76055f Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 21 Aug 2022 19:07:58 +0200 Subject: [PATCH] Update test_ssh_proto.py --- tests/test_ssh_proto.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_ssh_proto.py b/tests/test_ssh_proto.py index 5e703fb..e9f0154 100644 --- a/tests/test_ssh_proto.py +++ b/tests/test_ssh_proto.py @@ -180,8 +180,6 @@ class Test: '/dev/null', '-o', 'PreferredAuthentications=password', - 'echo', - 'hello', password='123', stderr=subprocess.PIPE, )