From 0cf6019bac59cab9c3e34dcfe7aa7d366b37ab2a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 26 Oct 2018 10:55:54 +0100 Subject: [PATCH] tests: rename one more stubs/ssh.py reference. --- tests/ssh_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ssh_test.py b/tests/ssh_test.py index edfe45dc..179b543d 100644 --- a/tests/ssh_test.py +++ b/tests/ssh_test.py @@ -133,7 +133,7 @@ class RequirePtyTest(testlib.DockerMixin, testlib.TestCase): return self.router.ssh( hostname='hostname', username='mitogen__has_sudo', - ssh_path=testlib.data_path('fakessh.py'), + ssh_path=testlib.data_path('stubs/ssh.py'), **kwargs ) finally: