diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-19 08:33:56 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-19 08:33:56 -0700 |
commit | 1a894a0431a35d7b705d1ced477ba82606c490af (patch) | |
tree | ad07f5a375a73b05f44a397014f0f559834fd302 /src | |
parent | 754b098c4cb2aa0645a278c63a807211ac7a0eb8 (diff) |
Add key type to existing Packed unit test
Diffstat (limited to 'src')
-rw-r--r-- | src/attestation/verifyAttestationResponse.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attestation/verifyAttestationResponse.test.ts b/src/attestation/verifyAttestationResponse.test.ts index 00487b9..95179ee 100644 --- a/src/attestation/verifyAttestationResponse.test.ts +++ b/src/attestation/verifyAttestationResponse.test.ts @@ -40,7 +40,7 @@ test('should verify FIDO U2F attestation', () => { ); }); -test('should verify Packed attestation', () => { +test('should verify Packed (EC2) attestation', () => { const verification = verifyAttestationResponse( { base64AttestationObject: 'o2NmbXRmcGFja2VkZ2F0dFN0bXSiY2FsZyZjc2lnWEcwRQIhANvrPZMUFrl_rvlgR' + |