From 8e31cf5259b29b8be2eceb9e1f7d0376b8819b2f Mon Sep 17 00:00:00 2001 From: Sheng Date: Mon, 23 Apr 2018 10:25:39 +0800 Subject: [PATCH] Changed host_keys_filename --- tests/test_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_policy.py b/tests/test_policy.py index cc3b871..5d14ac8 100644 --- a/tests/test_policy.py +++ b/tests/test_policy.py @@ -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(),