From 212297ef02c14112349e38e1d06aab3be4c6e1fd Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 12 Mar 2018 16:06:07 -0700 Subject: Uncaught typo in test suite Was limited to the 2.4 branch, master either never got it or fixed it without a backport. --- tests/test_pkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pkey.py b/tests/test_pkey.py index 7b2ab2ec..1827d2a9 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -470,7 +470,7 @@ class KeyTest(unittest.TestCase): def test_ed25519_nonbytes_password(self): # https://github.com/paramiko/paramiko/issues/1039 key = Ed25519Key.from_private_key_file( - test_path('test_ed25519_password.key'), + _support('test_ed25519_password.key'), # NOTE: not a bytes. Amusingly, the test above for same key DOES # explicitly cast to bytes...code smell! 'abc123', -- cgit v1.2.3