summaryrefslogtreecommitdiffhomepage
path: root/tests/test_transport.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_transport.py')
-rw-r--r--tests/test_transport.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_transport.py b/tests/test_transport.py
index d8ac8a4b..485e94f9 100644
--- a/tests/test_transport.py
+++ b/tests/test_transport.py
@@ -1368,7 +1368,8 @@ class TestExtInfo(unittest.TestCase):
),
) as (tc, _):
assert tc.is_authenticated()
- # Client settled on 256 despite itself not having 512 disabled
+ # Client settled on 256 despite itself not having 512 disabled (and
+ # otherwise, 512 would have been earlier in the preferred list)
assert tc._agreed_pubkey_algorithm == "rsa-sha2-256"