Fix deprecated regex pattern syntax in selftests
[mudpy.git] / mudpy / tests / selftest.py
index fa96ad0..bc87885 100644 (file)
@@ -186,7 +186,7 @@ test_reload = (
         r".* User admin reloaded the world\.",
      "show element account.admin"),
     (2, 'These are the properties of the "account.admin" element.*'
-        "  \x1b\[32mpasshash:\r\n\x1b\[31m\$.*> ", ""),
+        r'  \x1b\[32mpasshash:\r\n\x1b\[31m\$.*> ', ""),
 )
 
 test_set_facet = (