Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
niwsa committed Dec 12, 2023
1 parent 0ba4f84 commit 179cae1
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 @@ -131,7 +131,7 @@ describe('metadata.ts', function () {
m0eo2USlSRTVl7QHRTuiuSThHpLKQQ==`);
});

it.only(`metadata with missing KeyDescriptor attribute 'use=signing' should use all the certs available (multi cert metadata)`, async function () {
it(`metadata with missing KeyDescriptor attribute 'use=signing' should use all the certs available (multi cert metadata)`, async function () {
const value = await parseMetadata(samlMetadata7, {});

expect(value.thumbprint).to.equal(
Expand Down

0 comments on commit 179cae1

Please sign in to comment.