diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-03-23 14:41:08 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-03-23 14:41:08 +0000 |
commit | a68bddfee84fd2a84b5ff80c3bdc24b1bdb6ecfb (patch) | |
tree | 535338da79ce8c0e05b5fbda5275e171071a0ea2 /spec/scansion | |
parent | 8e325c229fef8833a1fa07387963e26c90a7436f (diff) | |
download | prosody-a68bddfee84fd2a84b5ff80c3bdc24b1bdb6ecfb.tar.gz prosody-a68bddfee84fd2a84b5ff80c3bdc24b1bdb6ecfb.zip |
scansion: Enable mod_debug_reset during tests
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/prosody.cfg.lua | 3 |
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 } |