X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fstub-db.js;h=8eab524b5cad8243d8d4c3d89d8691539e60c94c;hb=f0bf29c75b0fd405ff92fa76f058e61162b87e43;hp=d8cb0cd1f00bbc7babee4491727a4a7569e3f787;hpb=726cd980f0ed5588cfe8cbb2d994d5e4aef6e292;p=squeep-indie-auther diff --git a/test/stub-db.js b/test/stub-db.js index d8cb0cd..8eab524 100644 --- a/test/stub-db.js +++ b/test/stub-db.js @@ -1,7 +1,6 @@ -/* eslint-disable security/detect-object-injection */ 'use strict'; -const { StubDatabase: Base } = require('@squeep/test-helper'); // eslint-disable-line node/no-unpublished-require +const { StubDatabase: Base } = require('@squeep/test-helper'); class StubDatabase extends Base { get _stubFns() { @@ -12,6 +11,8 @@ class StubDatabase extends Base { 'authenticationGet', 'authenticationSuccess', 'authenticationUpsert', + 'authenticationUpdateCredential', + 'authenticationUpdateOTPKey', 'profileIdentifierInsert', 'profileIsValid', 'profileScopeInsert',