1 parent 4eafe29 commit a65d0baCopy full SHA for a65d0ba
1 file changed
test/firefox/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://libssh.org/robots.txt",
+ url: "http://www.senate.gov/robots.txt",
27
onOpen: function(tab) {
28
tab.on('load', function(tab) {
29
- assert.equal(tab.url, "https://libssh.org/robots.txt",
30
- "Test that LibSSH URLs are rewritten to HTTPS.");
+ assert.equal(tab.url, "https://www.senate.gov/robots.txt",
+ "Test that Senate URLs are rewritten to HTTPS.");
31
tab.close();
32
done();
33
});
0 commit comments