use existing auth db method for identifier creation
[squeep-authentication-module] / test / stub-db.js
index 62f5f3d14fa0eb7b4e6f48a7478c0f1601b76c47..0df6b9ebb097d225304e8d699418edf2afdf20ff 100644 (file)
@@ -10,7 +10,7 @@ const spyFns = [
 
 const stubFns = [
   'authenticationGet',
-  'authenticationInsertIdentifier',
+  'authenticationUpsert',
   'authenticationSuccess',
   'authenticationUpdateCredential',
   'authenticationUpdateOTPKey',