X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=3012c617b9b2dca0bb20467f9c83f4873eb777ea;hp=179871eeb6f29a482456c6d0571a0df572eaea04;hb=6375b4be5c22662376bfb1534a5ec77506f6402e;hpb=17cacdad0adc9cebcb21f0f3a138192008f3aeaa diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index 179871e..3012c61 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -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 = (