summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server/src')
-rw-r--r--packages/server/src/registration/generateRegistrationOptions.test.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/server/src/registration/generateRegistrationOptions.test.ts b/packages/server/src/registration/generateRegistrationOptions.test.ts
index 1553f92..b3a5ca8 100644
--- a/packages/server/src/registration/generateRegistrationOptions.test.ts
+++ b/packages/server/src/registration/generateRegistrationOptions.test.ts
@@ -36,13 +36,7 @@ test('should generate credential request options suitable for sending via JSON',
pubKeyCredParams: [
{ alg: -8, type: 'public-key' },
{ alg: -7, type: 'public-key' },
- { alg: -36, type: 'public-key' },
- { alg: -37, type: 'public-key' },
- { alg: -38, type: 'public-key' },
- { alg: -39, type: 'public-key' },
{ alg: -257, type: 'public-key' },
- { alg: -258, type: 'public-key' },
- { alg: -259, type: 'public-key' },
],
timeout,
attestation: attestationType,