diff options
author | Matthew Miller <matthew@millerti.me> | 2022-08-16 00:04:38 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-08-16 00:04:38 -0700 |
commit | ce26047e0526370fcfe1a28d32e6ee1fca3f03dd (patch) | |
tree | aa7c83e396a5180813918743faefbba7cb1b0da4 /packages/server/src/authentication/verifyAuthenticationResponse.test.ts | |
parent | 7f7b93f09c0bab64418a540c3f573bf46b6bc055 (diff) |
Run linting over changes
Diffstat (limited to 'packages/server/src/authentication/verifyAuthenticationResponse.test.ts')
-rw-r--r-- | packages/server/src/authentication/verifyAuthenticationResponse.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/authentication/verifyAuthenticationResponse.test.ts b/packages/server/src/authentication/verifyAuthenticationResponse.test.ts index bb12818..3c9a5b3 100644 --- a/packages/server/src/authentication/verifyAuthenticationResponse.test.ts +++ b/packages/server/src/authentication/verifyAuthenticationResponse.test.ts @@ -139,7 +139,7 @@ test('should throw error if assertion RP ID is unexpected value', async () => { expectedOrigin: assertionOrigin, expectedRPID: 'dev.dontneeda.pw', authenticator: authenticator, - }) + }), ).rejects.toThrow(/rp id/i); }); |