From 2401f6a07f66fc73a89d7802d25ff8b093df630a Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Fri, 21 Feb 2020 00:08:50 -0500 Subject: [PATCH] tweak multiline test --- irctest/controllers/oragono.py | 6 +++++- irctest/server_tests/test_chathistory.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/irctest/controllers/oragono.py b/irctest/controllers/oragono.py index 1d213ae..2749a78 100644 --- a/irctest/controllers/oragono.py +++ b/irctest/controllers/oragono.py @@ -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, diff --git a/irctest/server_tests/test_chathistory.py b/irctest/server_tests/test_chathistory.py index 9f4dd3d..e9b1e25 100644 --- a/irctest/server_tests/test_chathistory.py +++ b/irctest/server_tests/test_chathistory.py @@ -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',