We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d82da6 commit f0ec188Copy full SHA for f0ec188
https-everywhere-tests/test/test-httpse-installed.js
@@ -23,11 +23,11 @@ exports["test httpse potentiallyApplicableRulesets"] = function(assert) {
23
24
exports["test sample ruleset"] = function(assert, done) {
25
tabs.open({
26
- url: "http://www.reddit.com/robots.txt",
+ url: "http://libssh.org/robots.txt",
27
onOpen: function(tab) {
28
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.");
+ assert.equal(tab.url, "https://libssh.org/robots.txt",
+ "Test that LibSSH URLs are rewritten to HTTPS.");
31
tab.close();
32
done();
33
});
0 commit comments