Skip to content

Commit

Permalink
Tests: Load the TestSwarm listener via HTTPS
Browse files Browse the repository at this point in the history
(cherry picked from commit d225639)
  • Loading branch information
mgol committed Sep 29, 2021
1 parent 924b515 commit f6f0720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/testinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
} );
Expand Down

0 comments on commit f6f0720

Please sign in to comment.