Changed host_keys_filename

pull/12/merge
Sheng 7 years ago
parent 251fd90e5f
commit 8e31cf5259

@ -37,7 +37,7 @@ class TestPolicy(unittest.TestCase):
get_policy_class(key) get_policy_class(key)
def test_check_policy_setting(self): def test_check_policy_setting(self):
host_keys_filename = './webssh/host_keys_test.db' host_keys_filename = './tests/host_keys_test.db'
host_keys_settings = dict( host_keys_settings = dict(
host_keys=paramiko.hostkeys.HostKeys(), host_keys=paramiko.hostkeys.HostKeys(),
system_host_keys=paramiko.hostkeys.HostKeys(), system_host_keys=paramiko.hostkeys.HostKeys(),

Loading…
Cancel
Save