tests shouldn't rely on always-on for correctness

This commit is contained in:
Shivaram Lingamneni 2020-02-24 22:22:38 -05:00
parent 2401f6a07f
commit 0ad60477be

View File

@ -134,7 +134,7 @@ class ChathistoryTestCase(cases.BaseServerTestCase):
config['accounts']['multiclient'] = { config['accounts']['multiclient'] = {
'enabled': True, 'enabled': True,
'allowed-by-default': True, 'allowed-by-default': True,
'always-on': 'opt-out', 'always-on': 'disabled',
} }
config['history']['persistent'] = { config['history']['persistent'] = {
"enabled": True, "enabled": True,