Comparison

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
comparison
equal deleted inserted replaced
12968:efdb7f2cd578 12969:87f25254195f
63 "lastactivity"; 63 "lastactivity";
64 "external_services"; 64 "external_services";
65 65
66 "tombstones"; 66 "tombstones";
67 "user_account_management"; 67 "user_account_management";
68
69 -- Required for integration testing
70 "debug_reset";
68 71
69 -- Useful for testing 72 -- Useful for testing
70 --"scansion_record"; -- Records things that happen in scansion test case format 73 --"scansion_record"; -- Records things that happen in scansion test case format
71 } 74 }
72 75