diff --git a/t/api-contracts.t b/t/api-contracts.t index 48d5b2051b..04e233be44 100644 --- a/t/api-contracts.t +++ b/t/api-contracts.t @@ -202,7 +202,6 @@ my @allcontracts = (); ok($collection->{_embedded}->{'ngcp:contracts'}->{type} eq "sippeering" || $collection->{_embedded}->{'ngcp:contracts'}->{type} eq "reseller", "check for correct system contract type"); ok(exists $collection->{_embedded}->{'ngcp:contracts'}->{_links}->{'ngcp:systemcontacts'}, "check presence of ngcp:systemcontacts relation"); ok(exists $collection->{_embedded}->{'ngcp:contracts'}->{_links}->{'ngcp:billingprofiles'}, "check presence of ngcp:billingprofiles relation"); - ok(exists $collection->{_embedded}->{'ngcp:contracts'}->{_links}->{'ngcp:contractbalances'}, "check presence of ngcp:contractbalances relation"); delete $contracts{$collection->{_links}->{'ngcp:contracts'}->{href}}; } else { foreach my $c(@{ $collection->{_links}->{'ngcp:contracts'} }) {