mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
tweak multiline test
This commit is contained in:
@ -39,7 +39,11 @@ BASE_CONFIG = {
|
||||
|
||||
'accounts': {
|
||||
'authentication-enabled': True,
|
||||
'multiclient': {'allowed-by-default': True, 'enabled': True},
|
||||
'multiclient': {
|
||||
'allowed-by-default': True,
|
||||
'enabled': True,
|
||||
'always-on': 'disabled',
|
||||
},
|
||||
'registration': {
|
||||
'bcrypt-cost': 4,
|
||||
'enabled': True,
|
||||
|
@ -131,7 +131,7 @@ class ChathistoryTestCase(cases.BaseServerTestCase):
|
||||
"history-database": "oragono_history",
|
||||
"timeout": "3s",
|
||||
}
|
||||
config['accounts']['bouncer'] = {
|
||||
config['accounts']['multiclient'] = {
|
||||
'enabled': True,
|
||||
'allowed-by-default': True,
|
||||
'always-on': 'opt-out',
|
||||
|
Reference in New Issue
Block a user