Skip to content

Commit dd853b1

Browse files
committed
Fix test URL in sample ruleset test.
1 parent c6a55f6 commit dd853b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports["test sample ruleset"] = function(assert, done) {
2626
url: "http://www.reddit.com/robots.txt",
2727
onOpen: function(tab) {
2828
tab.on('load', function(tab) {
29-
assert.equal(tab.url, "http://www.reddit.com/robots.txt",
29+
assert.equal(tab.url, "https://www.reddit.com/robots.txt",
3030
"Test that Reddit URLs are rewritten to HTTPS.");
3131
tab.close();
3232
done();

0 commit comments

Comments
 (0)