# HG changeset patch # User Matthew Wild # Date 1679582468 0 # Node ID 87f25254195f71c6cdbf6d736bbd10b42fe6d727 # Parent efdb7f2cd578fc7ac490e5bc4256197d04ab3560 scansion: Enable mod_debug_reset during tests diff -r efdb7f2cd578 -r 87f25254195f spec/scansion/prosody.cfg.lua --- a/spec/scansion/prosody.cfg.lua Thu Mar 23 14:40:51 2023 +0000 +++ b/spec/scansion/prosody.cfg.lua Thu Mar 23 14:41:08 2023 +0000 @@ -66,6 +66,9 @@ "tombstones"; "user_account_management"; + -- Required for integration testing + "debug_reset"; + -- Useful for testing --"scansion_record"; -- Records things that happen in scansion test case format }