From d225639a8ea62863482bd20249077688f60235db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Wed, 29 Sep 2021 15:28:52 +0200 Subject: [PATCH] Tests: Load the TestSwarm listener via HTTPS --- test/data/testinit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } ); -- 2.39.5