From a98395c7664d955b2b1a965fbb91a70337df429f 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 f3a59e1d9f..bc2f34f71a 100644
--- a/tests/clapi_export/clapi-configuration.txt
+++ b/tests/clapi_export/clapi-configuration.txt
@@ -717,6 +717,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
@@ -793,6 +794,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
@@ -806,6 +808,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
@@ -817,6 +820,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
@@ -826,6 +830,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