Skip to content

Commit

Permalink
Tweaked the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
niwsa committed Dec 12, 2023
1 parent 9edfee5 commit 6c93302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/metadata.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('metadata.ts', function () {
}
});

it(`metadata with missing KeyDescriptor attribute 'use=signing'`, async function () {
it(`metadata with missing KeyDescriptor attribute 'use=signing' should use the first cert`, async function () {
const value = await parseMetadata(samlMetadata5, {});
expect(value.thumbprint).to.equal(`d797f3829882233d3f01e49643f6a1195f242c94`);
expect(value.publicKey).to.equal(`MIIC4jCCAcoCCQC33wnybT5QZDANBgkqhkiG9w0BAQsFADAyMQswCQYDVQQGEwJV
Expand Down

0 comments on commit 6c93302

Please sign in to comment.