mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 07:19:54 +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'] = {
|
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,
|
||||||
|
Reference in New Issue
Block a user