X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=3012c617b9b2dca0bb20467f9c83f4873eb777ea;hp=179871eeb6f29a482456c6d0571a0df572eaea04;hb=4da48aaa62ba29424ba803bab7e4ee9eacbab9b1;hpb=3b37218d588a84fc5610c72656a6de708042f857 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 = (