Skip to content

Commit

Permalink
test: check travis behavior with a different entry id
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Apr 13, 2022
1 parent efc7a32 commit 95b5d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/src/ovp/poster.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ describe('addKalturaPoster', function () {
describe('Poster Integration', function () {
let config, kalturaPlayer, sandbox, provider;
const myCustomPosterUrl = Images.POSTER;
const entryId = '0_hut6q26s';
const entryId = '0_nwkp7jtx';
const alterEntryId = '0_4ktof5po';
const partnerId = 1091;
const env = {
cdnUrl: 'https://qa-apache-php7.dev.kaltura.com/',
serviceUrl: 'https://qa-apache-php7.dev.kaltura.com/api_v3'
cdnUrl: 'http://qa-apache-php7.dev.kaltura.com',
serviceUrl: 'http://qa-apache-php7.dev.kaltura.com/api_v3'
};

before(function () {
Expand Down

0 comments on commit 95b5d4c

Please sign in to comment.