Skip to content

Commit

Permalink
test: change entry id used in loadMedia in unit tests
Browse files Browse the repository at this point in the history
change entry id used in loadMedia for unit tests, because loadMedia fails for one specific entry
  • Loading branch information
SivanA-Kaltura committed Apr 13, 2022
1 parent c63c5d7 commit e94aa2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/src/common/storage/storage-manager.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const targetId = 'player-placeholder_storage-manager.spec';
describe('StorageManager', function () {
let config, player, sandbox;
const partnerId = 1091;
const entryId = '0_wifqaipd';
const entryId = '0_hut6q26s';
const env = {
cdnUrl: 'https://qa-apache-php7.dev.kaltura.com/',
serviceUrl: 'https://qa-apache-php7.dev.kaltura.com/api_v3'
Expand Down
2 changes: 1 addition & 1 deletion test/src/common/thumbnail-manager.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('ThumbnailManager', () => {

let config, kalturaPlayer;
const myCustomPosterUrl = Images.POSTER;
const entryId = '0_wifqaipd';
const entryId = '0_hut6q26s';
const partnerId = 1091;
const env = {
cdnUrl: 'http://qa-apache-php7.dev.kaltura.com/',
Expand Down
2 changes: 1 addition & 1 deletion test/src/ovp/poster.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('addKalturaPoster', function () {
describe('Poster Integration', function () {
let config, kalturaPlayer, sandbox, provider;
const myCustomPosterUrl = Images.POSTER;
const entryId = '0_wifqaipd';
const entryId = '0_hut6q26s';
const alterEntryId = '0_4ktof5po';
const partnerId = 1091;
const env = {
Expand Down
2 changes: 1 addition & 1 deletion test/src/setup.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const targetId = 'player-placeholder_setup.spec';

describe('setup', function () {
let config, kalturaPlayer, sandbox;
const entryId = '0_wifqaipd';
const entryId = '0_hut6q26s';
const partnerId = 1091;
const env = {
cdnUrl: 'http://qa-apache-php7.dev.kaltura.com/',
Expand Down

0 comments on commit e94aa2b

Please sign in to comment.