Skip to content

Commit

Permalink
not needed as the KS is already of this partner so reverting it.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp011 committed Apr 22, 2014
1 parent 7e93d91 commit 9ad0cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/sanity/04.dwhEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
$entriesFilter->mediaTypeEqual = KalturaMediaType::VIDEO;
$entriesFilter->statusEqual = KalturaEntryStatus::READY;
$entriesFilter->orderBy = KalturaMediaEntryOrderBy::DURATION_ASC;
$entriesFilter->partnerId=$partnerId;

$entriesPager = new KalturaFilterPager();
$entriesPager->pageSize = 1;
Expand Down

0 comments on commit 9ad0cbd

Please sign in to comment.