fix smoke test

This commit is contained in:
BuckarooBanzay 2023-02-23 23:31:01 +01:00
parent f7a7ef361a
commit f53221e742

View File

@ -1,5 +1,9 @@
mtt.register("send mail", function(callback) mtt.register("send mail", function(callback)
-- create "player2"
local auth_handler = minetest.get_auth_handler()
auth_handler.set_password("player2", "")
-- send a mail -- send a mail
mail.send("player1", "player2", "something", "blah") mail.send("player1", "player2", "something", "blah")