aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-09-29 15:28:52 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-09-29 15:28:52 +0200
commitd225639a8ea62863482bd20249077688f60235db (patch)
tree548473fe20186c7a1203f86e8c1fe6b8637eea45
parentefadfe991a5c287af561a9326bf1427d726c91c1 (diff)
downloadjquery-d225639a8ea62863482bd20249077688f60235db.tar.gz
jquery-d225639a8ea62863482bd20249077688f60235db.zip
Tests: Load the TestSwarm listener via HTTPS
-rw-r--r--test/data/testinit.js2
1 files changed, 1 insertions, 1 deletions
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();
} );