summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/decodeClientDataJSON.test.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-06-05 17:55:58 -0700
committerMatthew Miller <matthew@millerti.me>2020-06-05 17:55:58 -0700
commit506d1a5beb91ad5e65b30e10cb056d74bc49298c (patch)
tree40feb320b1c0cc2e4464c39d48e2cf8172a700f9 /packages/server/src/helpers/decodeClientDataJSON.test.ts
parent1683e99a6e6a33bd6737240ca6bbc8a9d64b798b (diff)
Replace “base64” with “base64url” in some comments
Diffstat (limited to 'packages/server/src/helpers/decodeClientDataJSON.test.ts')
-rw-r--r--packages/server/src/helpers/decodeClientDataJSON.test.ts2
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 7674ec5..b1a7940 100644
--- a/packages/server/src/helpers/decodeClientDataJSON.test.ts
+++ b/packages/server/src/helpers/decodeClientDataJSON.test.ts
@@ -1,6 +1,6 @@
import decodeClientDataJSON from './decodeClientDataJSON';
-test('should convert base64-encoded attestation clientDataJSON to JSON', () => {
+test('should convert base64url-encoded attestation clientDataJSON to JSON', () => {
expect(
decodeClientDataJSON(
'eyJjaGFsbGVuZ2UiOiJVMmQ0TjNZME0wOU1jbGRQYjFSNVpFeG5UbG95IiwiY2xpZW50RXh0ZW5zaW9ucyI6e30' +