From 5bb70e844d8d326082178f542ede7102d4df65f9 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 15 Dec 2015 21:02:12 +0100 Subject: [PATCH] Fix mod_carboncopy configuration for test suite The mod_carboncopy module doesn't have the "db_type" option. --- test/ejabberd_SUITE_data/ejabberd.yml | 3 +-- 1 file changed, 1 insertion(+), 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