1 parent 7e621be commit 4eafe29Copy full SHA for 4eafe29
1 file changed
test/firefox/test/test-httpse-installed.js
@@ -16,9 +16,9 @@ exports["test httpse installed"] = function(assert) {
16
17
exports["test httpse potentiallyApplicableRulesets"] = function(assert) {
18
let HTTPSRules = HTTPSEverywhere.https_rules;
19
- assert.deepEqual(HTTPSRules.potentiallyApplicableRulesets("www.eff.org").length,
+ assert.deepEqual(HTTPSRules.potentiallyApplicableRulesets("www.wikia.com").length,
20
1,
21
- "Test that HTTPSE finds one applicable rule for www.eff.org");
+ "Test that HTTPSE finds one applicable rule for www.wikia.com");
22
}
23
24
exports["test sample ruleset"] = function(assert, done) {
0 commit comments