diff options
Diffstat (limited to 'packages/server/src/helpers/decodeClientDataJSON.test.ts')
-rw-r--r-- | packages/server/src/helpers/decodeClientDataJSON.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/decodeClientDataJSON.test.ts b/packages/server/src/helpers/decodeClientDataJSON.test.ts index b1a7940..b51f7ce 100644 --- a/packages/server/src/helpers/decodeClientDataJSON.test.ts +++ b/packages/server/src/helpers/decodeClientDataJSON.test.ts @@ -8,7 +8,7 @@ test('should convert base64url-encoded attestation clientDataJSON to JSON', () = 'Y6MzAwMCIsInR5cGUiOiJ3ZWJhdXRobi5jcmVhdGUifQ==', ), ).toEqual({ - challenge: 'Sgx7v43OLrWOoTydLgNZ2', + challenge: 'U2d4N3Y0M09McldPb1R5ZExnTloy', clientExtensions: {}, hashAlgorithm: 'SHA-256', origin: 'https://clover.millertime.dev:3000', |