Enable initial admin account in example config
[mudpy.git] / mudpy / tests / selftest.py
index d246cfe..27378e9 100644 (file)
@@ -131,9 +131,9 @@ test_account1_teardown = (
 )
 
 test_admin_setup = (
-    (2, "Identify yourself:", "testadmin"),
+    (2, "Identify yourself:", "admin"),
     (2, "Enter your choice:", "n"),
-    (2, "Enter a new password for \"testadmin\":", "Test789"),
+    (2, "Enter a new password for \"admin\":", "Test789"),
     (2, "Enter the same new password again:", "Test789"),
     (2, "What would you like to do\?", "c"),
     (2, "Pick a birth gender for your new avatar:", "m"),