summaryrefslogtreecommitdiffstats
path: root/browser/components/preferences/tests/browser_sync_pairing.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/preferences/tests/browser_sync_pairing.js')
-rw-r--r--browser/components/preferences/tests/browser_sync_pairing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/preferences/tests/browser_sync_pairing.js b/browser/components/preferences/tests/browser_sync_pairing.js
index 6491007a38..39f7b547d8 100644
--- a/browser/components/preferences/tests/browser_sync_pairing.js
+++ b/browser/components/preferences/tests/browser_sync_pairing.js
@@ -29,7 +29,7 @@ add_setup(async function () {
};
const origStart = FxAccountsPairingFlow.start;
- FxAccountsPairingFlow.start = ({ emitter: e }) => {
+ FxAccountsPairingFlow.start = () => {
return `https://foo.bar/${flowCounter++}`;
};