diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-12-15 21:02:12 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-12-15 21:02:12 +0100 |
commit | 5bb70e844d8d326082178f542ede7102d4df65f9 (patch) | |
tree | 7edca8a375eb2dbd479f005d2cae1a318a800360 /test | |
parent | PubSub plugin for online users only (diff) |
Fix mod_carboncopy configuration for test suite
The mod_carboncopy module doesn't have the "db_type" option.
Diffstat (limited to 'test')
-rw-r--r-- | test/ejabberd_SUITE_data/ejabberd.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index 111d72f79..c0d3aa8c1 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -204,8 +204,7 @@ Welcome to this XMPP server." db_type: internal mod_vcard_xupdate: db_type: internal - mod_carboncopy: - db_type: internal + mod_carboncopy: [] mod_client_state: drop_chat_states: true queue_presence: true |