X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fstub-db.js;h=f5306b37893b14055ff9e02785a9614ec3c33ad1;hb=9c8e775e5ab96a1788f535760bfa72205c430d15;hp=62f5f3d14fa0eb7b4e6f48a7478c0f1601b76c47;hpb=53ef948ea83106e82d55e60d6695a15e94bf725e;p=squeep-authentication-module diff --git a/test/stub-db.js b/test/stub-db.js index 62f5f3d..f5306b3 100644 --- a/test/stub-db.js +++ b/test/stub-db.js @@ -1,7 +1,7 @@ /* eslint-disable security/detect-object-injection */ 'use strict'; -const sinon = require('sinon'); // eslint-disable-line node/no-unpublished-require +const sinon = require('sinon'); const spyFns = [ 'context', @@ -10,7 +10,7 @@ const spyFns = [ const stubFns = [ 'authenticationGet', - 'authenticationInsertIdentifier', + 'authenticationUpsert', 'authenticationSuccess', 'authenticationUpdateCredential', 'authenticationUpdateOTPKey',