diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2013-08-27 20:08:22 +1000 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2013-08-27 20:08:22 +1000 |
commit | 11292c809fc6fbed01c080d4c6344135c2bd4df8 (patch) | |
tree | 93bde6b33d6c624a1fe733dbe7d28f46289040d3 | |
parent | Remove multiple host_config sections (diff) |
Remove non-existent module from the testing config
-rw-r--r-- | test/ejabberd_SUITE_data/ejabberd.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index a3f4e160f..d9c106dd6 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -35,8 +35,6 @@ host_config: - "pep" mod_roster: db_type: odbc - mod_mam: - db_type: odbc mod_vcard: db_type: odbc mod_adhoc: [] @@ -88,8 +86,6 @@ Welcome to this XMPP server." - "pep" mod_roster: db_type: odbc - mod_mam: - db_type: odbc mod_vcard: db_type: odbc mod_adhoc: [] @@ -134,8 +130,6 @@ Welcome to this XMPP server." - "pep" mod_roster: db_type: internal - mod_mam: - db_type: internal mod_vcard: db_type: internal mod_adhoc: [] |