scansion: Enable mod_debug_reset during tests

This commit is contained in:
Matthew Wild 2023-03-23 14:41:08 +00:00
parent 8e325c229f
commit a68bddfee8

View file

@ -66,6 +66,9 @@ modules_enabled = {
"tombstones";
"user_account_management";
-- Required for integration testing
"debug_reset";
-- Useful for testing
--"scansion_record"; -- Records things that happen in scansion test case format
}