aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2023-03-23 14:41:08 +0000
committerMatthew Wild <mwild1@gmail.com>2023-03-23 14:41:08 +0000
commita68bddfee84fd2a84b5ff80c3bdc24b1bdb6ecfb (patch)
tree535338da79ce8c0e05b5fbda5275e171071a0ea2 /spec
parent8e325c229fef8833a1fa07387963e26c90a7436f (diff)
downloadprosody-a68bddfee84fd2a84b5ff80c3bdc24b1bdb6ecfb.tar.gz
prosody-a68bddfee84fd2a84b5ff80c3bdc24b1bdb6ecfb.zip
scansion: Enable mod_debug_reset during tests
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/prosody.cfg.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index 0779f883..8d0d76e1 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -66,6 +66,9 @@ modules_enabled = {
"tombstones";
"user_account_management";
+ -- Required for integration testing
+ "debug_reset";
+
-- Useful for testing
--"scansion_record"; -- Records things that happen in scansion test case format
}