Tests: Load the TestSwarm listener via HTTPS

This commit is contained in:
Michał Gołębiowski-Owczarek 2021-09-29 15:28:52 +02:00
parent efadfe991a
commit d225639a8e

View File

@ -386,7 +386,7 @@ this.loadTests = function() {
// Load the TestSwarm listener if swarmURL is in the address. // Load the TestSwarm listener if swarmURL is in the address.
if ( QUnit.isSwarm ) { if ( QUnit.isSwarm ) {
require( [ "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ], require( [ "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
function() { function() {
QUnit.start(); QUnit.start();
} ); } );