summaryrefslogtreecommitdiffstats
path: root/dom/push/test/xpcshell/test_registration_error.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/push/test/xpcshell/test_registration_error.js')
-rw-r--r--dom/push/test/xpcshell/test_registration_error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/push/test/xpcshell/test_registration_error.js b/dom/push/test/xpcshell/test_registration_error.js
index cba22ddc1c..6e826181fe 100644
--- a/dom/push/test/xpcshell/test_registration_error.js
+++ b/dom/push/test/xpcshell/test_registration_error.js
@@ -20,7 +20,7 @@ add_task(async function test_registrations_error() {
PushService.init({
serverURI: "wss://push.example.org/",
db: makeStub(db, {
- getByIdentifiers(prev, scope) {
+ getByIdentifiers() {
return Promise.reject("Database error");
},
}),