Private GIT

Skip to content
Snippets Groups Projects
Commit 90123f5f authored by Maximilien Bersoult's avatar Maximilien Bersoult Committed by Kevin Duret
Browse files

fix(api): Fix test for import/export with CLAPI

* Add the parameter reach_api_rt on contact and contact template
parent 1c456741
No related branches found
No related tags found
No related merge requests found
...@@ -717,6 +717,7 @@ CONTACTTPL;setparam;test_contact-template;servicenotifopt;n ...@@ -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;contact_js_effects;0
CONTACTTPL;setparam;test_contact-template;timezone; CONTACTTPL;setparam;test_contact-template;timezone;
CONTACTTPL;setparam;test_contact-template;reach_api;0 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_enable_notifications;0
CONTACTTPL;setparam;test_contact-template;contact_type_msg;txt CONTACTTPL;setparam;test_contact-template;contact_type_msg;txt
CONTACTTPL;setparam;test_contact-template;contact_activate;1 CONTACTTPL;setparam;test_contact-template;contact_activate;1
...@@ -793,6 +794,7 @@ CONTACT;setparam;guest;servicenotifopt;n ...@@ -793,6 +794,7 @@ CONTACT;setparam;guest;servicenotifopt;n
CONTACT;setparam;guest;contact_js_effects;0 CONTACT;setparam;guest;contact_js_effects;0
CONTACT;setparam;guest;timezone; CONTACT;setparam;guest;timezone;
CONTACT;setparam;guest;reach_api;0 CONTACT;setparam;guest;reach_api;0
CONTACT;setparam;guest;reach_api_rt;0
CONTACT;setparam;guest;contact_enable_notifications;2 CONTACT;setparam;guest;contact_enable_notifications;2
CONTACT;setparam;guest;contact_type_msg;txt CONTACT;setparam;guest;contact_type_msg;txt
CONTACT;setparam;guest;contact_activate;0 CONTACT;setparam;guest;contact_activate;0
...@@ -806,6 +808,7 @@ CONTACT;setparam;user;servicenotifopt;n ...@@ -806,6 +808,7 @@ CONTACT;setparam;user;servicenotifopt;n
CONTACT;setparam;user;contact_js_effects;0 CONTACT;setparam;user;contact_js_effects;0
CONTACT;setparam;user;timezone; CONTACT;setparam;user;timezone;
CONTACT;setparam;user;reach_api;0 CONTACT;setparam;user;reach_api;0
CONTACT;setparam;user;reach_api_rt;0
CONTACT;setparam;user;contact_enable_notifications;2 CONTACT;setparam;user;contact_enable_notifications;2
CONTACT;setparam;user;contact_type_msg;txt CONTACT;setparam;user;contact_type_msg;txt
CONTACT;setparam;user;contact_activate;0 CONTACT;setparam;user;contact_activate;0
...@@ -817,6 +820,7 @@ CONTACT;setparam;test_contact;servicenotifopt;n ...@@ -817,6 +820,7 @@ CONTACT;setparam;test_contact;servicenotifopt;n
CONTACT;setparam;test_contact;contact_js_effects;0 CONTACT;setparam;test_contact;contact_js_effects;0
CONTACT;setparam;test_contact;timezone; CONTACT;setparam;test_contact;timezone;
CONTACT;setparam;test_contact;reach_api;0 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_enable_notifications;0
CONTACT;setparam;test_contact;contact_type_msg;txt CONTACT;setparam;test_contact;contact_type_msg;txt
CONTACT;setparam;test_contact;contact_activate;1 CONTACT;setparam;test_contact;contact_activate;1
...@@ -826,6 +830,7 @@ CONTACT;setparam;jeanpierre;servicenotifopt;n ...@@ -826,6 +830,7 @@ CONTACT;setparam;jeanpierre;servicenotifopt;n
CONTACT;setparam;jeanpierre;contact_js_effects;0 CONTACT;setparam;jeanpierre;contact_js_effects;0
CONTACT;setparam;jeanpierre;timezone; CONTACT;setparam;jeanpierre;timezone;
CONTACT;setparam;jeanpierre;reach_api;0 CONTACT;setparam;jeanpierre;reach_api;0
CONTACT;setparam;jeanpierre;reach_api_rt;0
CONTACT;setparam;jeanpierre;contact_enable_notifications;2 CONTACT;setparam;jeanpierre;contact_enable_notifications;2
CONTACT;setparam;jeanpierre;contact_type_msg;txt CONTACT;setparam;jeanpierre;contact_type_msg;txt
CONTACT;setparam;jeanpierre;contact_activate;1 CONTACT;setparam;jeanpierre;contact_activate;1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment