Skip to content

Commit f0ec188

Browse files
committed
Use LibSSH.org as test URL.
Reddit now redirect to HTTPS on its own, so is not a good test.
1 parent 5d82da6 commit f0ec188

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

https-everywhere-tests/test/test-httpse-installed.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ exports["test httpse potentiallyApplicableRulesets"] = function(assert) {
2323

2424
exports["test sample ruleset"] = function(assert, done) {
2525
tabs.open({
26-
url: "http://www.reddit.com/robots.txt",
26+
url: "http://libssh.org/robots.txt",
2727
onOpen: function(tab) {
2828
tab.on('load', function(tab) {
29-
assert.equal(tab.url, "https://www.reddit.com/robots.txt",
30-
"Test that Reddit URLs are rewritten to HTTPS.");
29+
assert.equal(tab.url, "https://libssh.org/robots.txt",
30+
"Test that LibSSH URLs are rewritten to HTTPS.");
3131
tab.close();
3232
done();
3333
});

0 commit comments

Comments
 (0)