Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
Zack Cerza 2013-09-30 15:26:01 -05:00
parent 69ea83904f
commit 4135960eb6

View File

@ -28,6 +28,7 @@ class TestConnection(object):
@fudge.with_fakes
def test_connect(self):
self.clear_config()
config.config.verify_host_keys = True
fudge.clear_expectations()
ssh = fudge.Fake('SSHClient')
ssh.expects_call().with_args().returns(ssh)