aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.lua')
-rw-r--r--tests/test.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua
index ae5b24f0..000c3ee9 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -9,8 +9,10 @@
function run_all_tests()
+ package.loaded["net.connlisteners"] = { get = function () return {} end };
dotest "util.jid"
dotest "util.multitable"
+ dotest "net.http"
dotest "core.modulemanager"
dotest "core.stanza_router"
dotest "core.s2smanager"