Skip to content

Commit

Permalink
test: check travis behavior when using https
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Apr 13, 2022
1 parent c63c5d7 commit ab8f3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/ovp/poster.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ describe('addKalturaPoster', function () {
const alterEntryId = '0_4ktof5po';
const partnerId = 1091;
const env = {
cdnUrl: 'http://qa-apache-php7.dev.kaltura.com/',
serviceUrl: 'http://qa-apache-php7.dev.kaltura.com/api_v3'
cdnUrl: 'https://qa-apache-php7.dev.kaltura.com/',
serviceUrl: 'https://qa-apache-php7.dev.kaltura.com/api_v3'
};

before(function () {
Expand Down

0 comments on commit ab8f3be

Please sign in to comment.