diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-29 15:28:52 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-29 15:28:52 +0200 |
commit | d225639a8ea62863482bd20249077688f60235db (patch) | |
tree | 548473fe20186c7a1203f86e8c1fe6b8637eea45 | |
parent | efadfe991a5c287af561a9326bf1427d726c91c1 (diff) | |
download | jquery-d225639a8ea62863482bd20249077688f60235db.tar.gz jquery-d225639a8ea62863482bd20249077688f60235db.zip |
Tests: Load the TestSwarm listener via HTTPS
-rw-r--r-- | test/data/testinit.js | 2 |
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(); } ); |