Add debug logging for Telnet protocol negotiation
[mudpy.git] / mudpy / tests / selftest.py
index 179871e..3012c61 100644 (file)
@@ -177,7 +177,7 @@ test_telnet_unknown = (
     # Send an unsupported negotiation command #127 which should get filtered
     # from the line of input
     (2, "> ", b"say glop\xff\x7fglyf\r\0"),
-    (2, r'Unknown Telnet IAC command 127 ignored\..*"Glopglyf\.".*> ', ""),
+    (2, r'Ignored unknown command 127 from admin\..*"Glopglyf\.".*> ', ""),
 )
 
 test_admin_restriction = (