TT#101108 Fix api test after adding /api/panelbrandinglogos

Change-Id: Ibac4c00e76c9c7c5f230e1192fd682c79f575292
mr9.2
Flaviu Mates 5 years ago
parent 733f4ac68f
commit 83a084fbae

@ -52,6 +52,7 @@ $ua = Test::Collection->new()->ua();
if (grep {$_ eq "GET"} @{ $opts->{methods} }) {
# skip calllists collection, as it needs a subscriber_id parameter also in the collection
next if $relname eq "calllists";
next if $relname eq "resellerbrandinglogos";
next if $relname eq "conversations";
next if $relname eq "phonebookentries";
#my $uri = "$uri/api/$relname/";

@ -140,6 +140,7 @@ $ua = Test::Collection->new()->ua();
profilepreferences => 1,
reminders => 1,
resellers => 1,
resellerbrandinglogos => 1,
rewriterules => 1,
rewriterulesets => 1,
rtcapps => 1,

Loading…
Cancel
Save