scansion: Enable mod_debug_reset during tests
authorMatthew Wild <mwild1@gmail.com>
Thu, 23 Mar 2023 14:41:08 +0000
changeset 12973 87f25254195f
parent 12972 efdb7f2cd578
child 12974 d36243e98704
scansion: Enable mod_debug_reset during tests
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
 }