From f728e81a36640c27e981b2c4c4f0c444b35584b7 Mon Sep 17 00:00:00 2001 From: Maximilien Bersoult <mbersoult@centreon.com> Date: Fri, 30 Mar 2018 16:04:48 +0200 Subject: [PATCH] fix(api): Fix test for import/export with CLAPI * Add the parameter reach_api_rt on contact and contact template --- tests/clapi_export/clapi-configuration.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/clapi_export/clapi-configuration.txt b/tests/clapi_export/clapi-configuration.txt index a2597416b8..c0f9518a4b 100644 --- a/tests/clapi_export/clapi-configuration.txt +++ b/tests/clapi_export/clapi-configuration.txt @@ -723,6 +723,7 @@ CONTACTTPL;setparam;test_contact-template;servicenotifopt;n CONTACTTPL;setparam;test_contact-template;contact_js_effects;0 CONTACTTPL;setparam;test_contact-template;timezone; CONTACTTPL;setparam;test_contact-template;reach_api;0 +CONTACTTPL;setparam;test_contact-template;reach_api_rt;0 CONTACTTPL;setparam;test_contact-template;contact_enable_notifications;0 CONTACTTPL;setparam;test_contact-template;contact_type_msg;txt CONTACTTPL;setparam;test_contact-template;contact_activate;1 @@ -799,6 +800,7 @@ CONTACT;setparam;guest;servicenotifopt;n CONTACT;setparam;guest;contact_js_effects;0 CONTACT;setparam;guest;timezone; CONTACT;setparam;guest;reach_api;0 +CONTACT;setparam;guest;reach_api_rt;0 CONTACT;setparam;guest;contact_enable_notifications;2 CONTACT;setparam;guest;contact_type_msg;txt CONTACT;setparam;guest;contact_activate;0 @@ -812,6 +814,7 @@ CONTACT;setparam;user;servicenotifopt;n CONTACT;setparam;user;contact_js_effects;0 CONTACT;setparam;user;timezone; CONTACT;setparam;user;reach_api;0 +CONTACT;setparam;user;reach_api_rt;0 CONTACT;setparam;user;contact_enable_notifications;2 CONTACT;setparam;user;contact_type_msg;txt CONTACT;setparam;user;contact_activate;0 @@ -823,6 +826,7 @@ CONTACT;setparam;test_contact;servicenotifopt;n CONTACT;setparam;test_contact;contact_js_effects;0 CONTACT;setparam;test_contact;timezone; CONTACT;setparam;test_contact;reach_api;0 +CONTACT;setparam;test_contact;reach_api_rt;0 CONTACT;setparam;test_contact;contact_enable_notifications;0 CONTACT;setparam;test_contact;contact_type_msg;txt CONTACT;setparam;test_contact;contact_activate;1 @@ -832,6 +836,7 @@ CONTACT;setparam;jeanpierre;servicenotifopt;n CONTACT;setparam;jeanpierre;contact_js_effects;0 CONTACT;setparam;jeanpierre;timezone; CONTACT;setparam;jeanpierre;reach_api;0 +CONTACT;setparam;jeanpierre;reach_api_rt;0 CONTACT;setparam;jeanpierre;contact_enable_notifications;2 CONTACT;setparam;jeanpierre;contact_type_msg;txt CONTACT;setparam;jeanpierre;contact_activate;1 -- GitLab