X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tests%2Ftest_core_s2smanager.lua;h=7194d201dd75b99ed3cd4cc31c6e4900e83d6107;hb=a9bc9cb8f010495821c5fac44019eb10d8038a37;hp=b49c7da6cd2827790d538ee66c40e6dabbf30c2c;hpb=416b600dd4475c7862070514895eb9314789d5e2;p=prosody.git diff --git a/tests/test_core_s2smanager.lua b/tests/test_core_s2smanager.lua index b49c7da6..7194d201 100644 --- a/tests/test_core_s2smanager.lua +++ b/tests/test_core_s2smanager.lua @@ -6,6 +6,9 @@ -- COPYING file in the source package for more information. -- +env = { + prosody = { events = require "util.events".new() }; +}; function compare_srv_priorities(csp) local r1 = { priority = 10, weight = 0 }