diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-07-02 19:08:14 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-07-05 20:18:12 -0400 |
commit | 426675482caaedffa2b39337a1e736956575dad2 (patch) | |
tree | 5c99a5fd66b0c0f17f0da61cceab767af24b2b4f /tests/test_util.py | |
parent | 12c019db9a3b45c8af6d2261d507177d0427fe0f (diff) |
Add SSHConfigDict to __init__
Diffstat (limited to 'tests/test_util.py')
-rw-r--r-- | tests/test_util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index 465e75b8..695608cb 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -101,6 +101,7 @@ class UtilTest(unittest.TestCase): self.assertTrue("AgentKey" in symbols) self.assertTrue("HostKeys" in symbols) self.assertTrue("SSHConfig" in symbols) + self.assertTrue("SSHConfigDict" in symbols) self.assertTrue("util" in symbols) def test_parse_config(self): |