summaryrefslogtreecommitdiff
path: root/tests/test_kex.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_kex.py')
-rw-r--r--tests/test_kex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_kex.py b/tests/test_kex.py
index 24fb8b81..45a691f2 100644
--- a/tests/test_kex.py
+++ b/tests/test_kex.py
@@ -47,7 +47,7 @@ from paramiko.kex_curve25519 import KexCurve25519
def dummy_urandom(n):
- return byte_chr(0xcc) * n
+ return byte_chr(0xCC) * n
def dummy_generate_key_pair(obj):