diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2018-06-20 00:15:56 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2018-06-20 00:15:56 +0200 |
commit | aea6166efe49311766066bcc1a301e91a459e540 (patch) | |
tree | 8371d7715e0c3435443adc8f8e9e83093e179c25 | |
parent | mod_push: Include a static body text by default (diff) |
Omit summary form for push tests
Diffstat (limited to '')
-rw-r--r-- | test/ejabberd_SUITE_data/ejabberd.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/ejabberd_SUITE_data/ejabberd.yml b/test/ejabberd_SUITE_data/ejabberd.yml index cea7512e6..51cb85a5a 100644 --- a/test/ejabberd_SUITE_data/ejabberd.yml +++ b/test/ejabberd_SUITE_data/ejabberd.yml @@ -54,6 +54,7 @@ host_config: mod_proxy65: [] mod_push: db_type: sql + include_body: false mod_push_keepalive: [] mod_s2s_dialback: [] mod_stream_mgmt: @@ -117,6 +118,7 @@ Welcome to this XMPP server." mod_proxy65: [] mod_push: db_type: sql + include_body: false mod_push_keepalive: [] mod_s2s_dialback: [] mod_stream_mgmt: @@ -185,6 +187,7 @@ Welcome to this XMPP server." mod_proxy65: [] mod_push: db_type: sql + include_body: false mod_push_keepalive: [] mod_s2s_dialback: [] mod_stream_mgmt: @@ -246,7 +249,8 @@ Welcome to this XMPP server." mod_disco: [] mod_ping: [] mod_proxy65: [] - mod_push: [] + mod_push: + include_body: false mod_push_keepalive: [] mod_s2s_dialback: [] mod_stream_mgmt: @@ -309,7 +313,8 @@ Welcome to this XMPP server." mod_disco: [] mod_ping: [] mod_proxy65: [] - mod_push: [] + mod_push: + include_body: false mod_push_keepalive: [] mod_s2s_dialback: [] mod_stream_mgmt: |