MT#13717 fix apitests related to multi_bil_prof

see MT#12643

Change-Id: Ice76e3aecf40f40458a20aacbaaa3a2a74bef512
changes/21/2021/2
Gerhard Jungwirth 11 years ago
parent 44dcb0fb91
commit 469b064eb3

@ -57,7 +57,7 @@ my $system_contact_id; #dummy
is($selfuri, $nexturi, "check _links.self.href of collection");
my $colluri = URI->new($selfuri);
ok($collection->{total_count} > 0, "check 'total_count' of collection");
cmp_ok($collection->{total_count}, '>', 0, "check 'total_count' of collection");
my %q = $colluri->query_form;
ok(exists $q{page} && exists $q{rows}, "check existence of 'page' and 'row' in 'self'");

@ -48,6 +48,7 @@ $ua->ssl_opts(
my $rels = { applyrewrites => 1,
autoattendants => 1,
billingfees => 1,
billingnetworks => 1,
billingprofiles => 1,
billingzones => 1,
callcontrols => 1,
@ -83,6 +84,7 @@ $ua->ssl_opts(
pbxdevicemodelimages => 1,
pbxdeviceprofiles => 1,
pbxdevices => 1,
profilepackages => 1,
profilepreferences => 1,
profilepreferencedefs => 1,
reminders => 1,

Loading…
Cancel
Save