From: Michał Gołębiowski-Owczarek Date: Wed, 29 Sep 2021 13:28:52 +0000 (+0200) Subject: Tests: Load the TestSwarm listener via HTTPS X-Git-Tag: 4.0.0-beta~130 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d225639a8ea62863482bd20249077688f60235db;p=jquery.git Tests: Load the TestSwarm listener via HTTPS --- diff --git a/test/data/testinit.js b/test/data/testinit.js index c9b9c45a0..37f5b556a 100644 --- a/test/data/testinit.js +++ b/test/data/testinit.js @@ -386,7 +386,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(); } );