summaryrefslogtreecommitdiffstats
path: root/toolkit/components/reputationservice/test/unit/test_app_rep_windows.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/reputationservice/test/unit/test_app_rep_windows.js')
-rw-r--r--toolkit/components/reputationservice/test/unit/test_app_rep_windows.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/reputationservice/test/unit/test_app_rep_windows.js b/toolkit/components/reputationservice/test/unit/test_app_rep_windows.js
index 597810859f..7ab164cd2a 100644
--- a/toolkit/components/reputationservice/test/unit/test_app_rep_windows.js
+++ b/toolkit/components/reputationservice/test/unit/test_app_rep_windows.js
@@ -212,7 +212,7 @@ add_task(async function test_setup() {
return blob;
}
- gHttpServer.registerPathHandler("/throw", function (request, response) {
+ gHttpServer.registerPathHandler("/throw", function () {
do_throw("We shouldn't be getting here");
});