Tests: Load the TestSwarm listener via HTTPS

(cherry picked from commit d225639a8e)
This commit is contained in:
Michał Gołębiowski-Owczarek 2021-09-29 15:28:52 +02:00
parent 924b515dd3
commit f6f0720472

View File

@ -387,7 +387,7 @@ this.loadTests = function() {
// Load the TestSwarm listener if swarmURL is in the address.
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() {
QUnit.start();
} );