Changeset

12969:87f25254195f

scansion: Enable mod_debug_reset during tests
author Matthew Wild <mwild1@gmail.com>
date Thu, 23 Mar 2023 14:41:08 +0000
parents 12968:efdb7f2cd578
children 12970:d36243e98704
files spec/scansion/prosody.cfg.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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
 }