diff --git a/src/__tests__/fixtures/helpers.ts b/src/__tests__/fixtures/helpers.ts index 15bd6b8..942f6c9 100644 --- a/src/__tests__/fixtures/helpers.ts +++ b/src/__tests__/fixtures/helpers.ts @@ -86,7 +86,8 @@ export async function registerBiometricCredential(user: Omit challenge: options.challenge, credentialId: PENDING as Base64UrlString, publicKey: PENDING as Base64UrlString, - counter: 0 + counter: 0, + expirationDate: undefined }; const pendingCredential: BiometricCredentials = await testUserRepository.biometricCredentials(user.id).create(credentials);