Skip to content

Commit f6f0720

Browse files
committed
Tests: Load the TestSwarm listener via HTTPS
(cherry picked from commit d225639)
1 parent 924b515 commit f6f0720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/testinit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ this.loadTests = function() {
387387

388388
// Load the TestSwarm listener if swarmURL is in the address.
389389
if ( QUnit.isSwarm ) {
390-
require( [ "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
390+
require( [ "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime() ],
391391
function() {
392392
QUnit.start();
393393
} );

0 commit comments

Comments
 (0)