diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-04-16 17:07:18 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-05 12:27:03 -0400 |
commit | 18dc9c3ff542a14b2150135a85f0a309a0af72a5 (patch) | |
tree | 41c03e323a0a52fa38b13bd650a827386b71706c /tests/test_hostkeys.py | |
parent | 50a6004ddd642a73520b780899740c4e660b7762 (diff) |
Remove outdated/bad test fixture
This was added for #2173 but seemingly in its initial pass, before the
submitter realized two spaces is _not_ a valid separator.
It accidentally passed the tests due to how HostKeys.from_line was
implemented at the time (two spaces -> 'key type' was misread and an
empty string -> empty string not a valid key type -> returns None).
An impending rewrite of that method turned this up.
Diffstat (limited to 'tests/test_hostkeys.py')
-rw-r--r-- | tests/test_hostkeys.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_hostkeys.py b/tests/test_hostkeys.py index e0c38af3..b0c94251 100644 --- a/tests/test_hostkeys.py +++ b/tests/test_hostkeys.py @@ -47,9 +47,6 @@ D+jrpI9cycZHqilK0HmxDeCuxbwyMuaCygU9gS2qoRvNLWZk70OpIKSSpBo0Wl3/XUmz9uhc= happy.example.com\tssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA8bP1ZA7DCZDB9J0s50l31M\ BGQ3GQ/Fc7SX6gkpXkwcZryoi4kNFhHu5LvHcZPdxXV1D+uTMfGS1eyd2Yz/DoNWXNAl8TI0cAsW\ 5ymME3bQ4J/k1IKxCtz/bAlAqFgKoc+EolMziDYqWIATtW0rYTJvzGAzTmMj80/QpsFH+Pc2M= -doublespace.example.com ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA1PD6U2/TVxET6lkp\ -KhOk5r9q/kAYG6sP9f5zuUYP8i7FOFp/6ncCEbbtg/lB+A3iidyxoSWl+9jtoyyDOOVX4UIDV9G11M\ -l8om3D+jrpI9cycZHqilK0HmxDeCuxbwyMuaCygU9gS2qoRvNLWZk70OpIKSSpBo0Wl3/XUmz8BtZ= modern.example.com\tssh-ed25519\tAAAAC3NzaC1lZDI1NTE5AAAAIKHEChAIxsh2hr8Q+Ea1AAHZyfEB2elEc2YgduVzBtp+ curvy.example.com\tecdsa-sha2-nistp256\tAAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAa+pY7djSpbg5viAcZhPt56AO3U3Sd7h7dnlUp0EjfDgyYHYQxl2QZ4JGgfwR5iv9T9iRZjQzvJd5s+kBAZtpk= """ |