tests/sshprotoext.py
changeset 36211 30cc9f9780df
parent 36122 7db243288afb
child 36214 3b3a987bbbaa
--- a/tests/sshprotoext.py	Tue Feb 13 14:15:29 2018 -0800
+++ b/tests/sshprotoext.py	Wed Feb 14 17:21:42 2018 -0700
@@ -22,8 +22,8 @@
 configtable = {}
 configitem = registrar.configitem(configtable)
 
-configitem('sshpeer', 'mode', default=None)
-configitem('sshpeer', 'handshake-mode', default=None)
+configitem(b'sshpeer', b'mode', default=None)
+configitem(b'sshpeer', b'handshake-mode', default=None)
 
 class bannerserver(wireprotoserver.sshserver):
     """Server that sends a banner to stdout."""