Skip to content

Commit 4eafe29

Browse files
committed
Replacing HTST preloaded eff.org with non-preloaded wikia.com for testing potentiallyApplicableRulesets
1 parent 7e621be commit 4eafe29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/firefox/test/test-httpse-installed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ exports["test httpse installed"] = function(assert) {
1616

1717
exports["test httpse potentiallyApplicableRulesets"] = function(assert) {
1818
let HTTPSRules = HTTPSEverywhere.https_rules;
19-
assert.deepEqual(HTTPSRules.potentiallyApplicableRulesets("www.eff.org").length,
19+
assert.deepEqual(HTTPSRules.potentiallyApplicableRulesets("www.wikia.com").length,
2020
1,
21-
"Test that HTTPSE finds one applicable rule for www.eff.org");
21+
"Test that HTTPSE finds one applicable rule for www.wikia.com");
2222
}
2323

2424
exports["test sample ruleset"] = function(assert, done) {

0 commit comments

Comments
 (0)