mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
tests shouldn't rely on always-on for correctness
This commit is contained in:
@ -134,7 +134,7 @@ class ChathistoryTestCase(cases.BaseServerTestCase):
|
||||
config['accounts']['multiclient'] = {
|
||||
'enabled': True,
|
||||
'allowed-by-default': True,
|
||||
'always-on': 'opt-out',
|
||||
'always-on': 'disabled',
|
||||
}
|
||||
config['history']['persistent'] = {
|
||||
"enabled": True,
|
||||
|
Reference in New Issue
Block a user