Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Jan 15, 2025
1 parent a8f712d commit 4a74802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/__tests__/MetadataClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('MetadataClient with IdentiProof Issuer should', () => {
nock(IDENTIPROOF_AS_URL).get(WellKnownEndpoints.OPENID_CONFIGURATION).reply(404);

await expect(() => MetadataClient.retrieveAllMetadata(IDENTIPROOF_ISSUER_URL, { errorOnNotFound: true })).rejects.toThrowError(
'Authorization Sever https://auth.research.identiproof.io did not provide a token_endpoint',
'Authorization Server https://auth.research.identiproof.io did not provide a token_endpoint',
);
});

Expand Down

0 comments on commit 4a74802

Please sign in to comment.