tweak multiline test

This commit is contained in:
Shivaram Lingamneni 2020-02-21 00:08:50 -05:00
parent 10070f3efd
commit 2401f6a07f
2 changed files with 6 additions and 2 deletions

View File

@ -39,7 +39,11 @@ BASE_CONFIG = {
'accounts': { 'accounts': {
'authentication-enabled': True, 'authentication-enabled': True,
'multiclient': {'allowed-by-default': True, 'enabled': True}, 'multiclient': {
'allowed-by-default': True,
'enabled': True,
'always-on': 'disabled',
},
'registration': { 'registration': {
'bcrypt-cost': 4, 'bcrypt-cost': 4,
'enabled': True, 'enabled': True,

View File

@ -131,7 +131,7 @@ class ChathistoryTestCase(cases.BaseServerTestCase):
"history-database": "oragono_history", "history-database": "oragono_history",
"timeout": "3s", "timeout": "3s",
} }
config['accounts']['bouncer'] = { config['accounts']['multiclient'] = {
'enabled': True, 'enabled': True,
'allowed-by-default': True, 'allowed-by-default': True,
'always-on': 'opt-out', 'always-on': 'opt-out',