Commit 8e31cf52 by Sheng

Changed host_keys_filename

parent 251fd90e
......@@ -37,7 +37,7 @@ class TestPolicy(unittest.TestCase):
get_policy_class(key)
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=paramiko.hostkeys.HostKeys(),
system_host_keys=paramiko.hostkeys.HostKeys(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment