We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9e5b6 commit 6c46e76Copy full SHA for 6c46e76
tests/test_kex.py
@@ -421,11 +421,6 @@ async def test_gss_errors(self):
421
with self.assertRaises(asyncssh.ProtocolError):
422
await server_conn.process_packet(Byte(MSG_KEXGSS_HOSTKEY))
423
424
- with self.subTest('Host key sent twice to client'):
425
- with self.assertRaises(asyncssh.ProtocolError):
426
- await client_conn.process_packet(Byte(MSG_KEXGSS_HOSTKEY))
427
428
-
429
with self.subTest('Complete sent to server'):
430
431
await server_conn.process_packet(Byte(MSG_KEXGSS_COMPLETE))
0 commit comments