Diff

spec/scansion/prosody.cfg.lua @ 12969:87f25254195f

scansion: Enable mod_debug_reset during tests
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Mar 2023 14:41:08 +0000
parent 12630:781772c8b6d9
child 13027:012d6e7b723a
line wrap: on
line diff
--- 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
 }