Skip to content

Commit 119a6e9

Browse files
committed
chore: fix tests for new @sigstore/sign
1 parent 0b3aba8 commit 119a6e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspaces/libnpmpublish/test/publish.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ t.test('publish existing package with provenance in gha', async t => {
403403
const oidcClaims = {
404404
iss: 'https://oauth2.sigstore.dev/auth',
405405
email: 'foo@bar.com',
406+
email_verified: true,
406407
}
407408
const idToken = `.${Buffer.from(JSON.stringify(oidcClaims)).toString('base64')}.`
408409

@@ -911,6 +912,7 @@ t.test('publish existing package with provenance in gitlab', async t => {
911912
const oidcClaims = {
912913
iss: 'https://oauth2.sigstore.dev/auth',
913914
email: 'foo@bar.com',
915+
email_verified: true,
914916
}
915917
const idToken = `.${Buffer.from(JSON.stringify(oidcClaims)).toString('base64')}.`
916918

0 commit comments

Comments
 (0)