From 2fece899a0f8252d4299ae23e86a036ed2c390f1 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Mon, 16 Jun 2014 17:08:03 +0200 Subject: [PATCH] MT#7495 Add customer prefs to test. Check for customer prefs and related defs in test. --- t/api-root.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/api-root.t b/t/api-root.t index 8fe61628af..ff6ea19aa1 100644 --- a/t/api-root.t +++ b/t/api-root.t @@ -61,6 +61,8 @@ $ua->ssl_opts( customercontacts => 1, billingprofiles => 1, customers => 1, + customerpreferences => 1, + customerpreferencedefs => 1, domainpreferences => 1, subscribers => 1, callforwards => 1,