summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_proxy-failover_passing.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_proxy-failover_passing.js')
-rw-r--r--netwerk/test/unit/test_proxy-failover_passing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_proxy-failover_passing.js b/netwerk/test/unit/test_proxy-failover_passing.js
index a6fab56690..dc0cba58b1 100644
--- a/netwerk/test/unit/test_proxy-failover_passing.js
+++ b/netwerk/test/unit/test_proxy-failover_passing.js
@@ -6,7 +6,7 @@ const { HttpServer } = ChromeUtils.importESModule(
var httpServer = null;
-function make_channel(url, callback, ctx) {
+function make_channel(url) {
return NetUtil.newChannel({ uri: url, loadUsingSystemPrincipal: true });
}