summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_trr_with_proxy.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_trr_with_proxy.js')
-rw-r--r--netwerk/test/unit/test_trr_with_proxy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_trr_with_proxy.js b/netwerk/test/unit/test_trr_with_proxy.js
index 7d238adb98..d7f520595c 100644
--- a/netwerk/test/unit/test_trr_with_proxy.js
+++ b/netwerk/test/unit/test_trr_with_proxy.js
@@ -156,7 +156,7 @@ add_task(async function test_trr_proxy() {
QueryInterface: ChromeUtils.generateQI(["nsISystemProxySettings"]),
mainThreadOnly: true,
PACURI: null,
- getProxyForURI: (aSpec, aScheme, aHost, aPort) => {
+ getProxyForURI: () => {
return `HTTPS foo.example.com:${proxyPort}`;
},
};