Skip to content

Commit

Permalink
fix sigstore test
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Jul 31, 2024
1 parent 28ceaa8 commit 4228db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrationTests/basic/jwt_auth.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('jwt auth', () => {
},
json: {
role_type: 'jwt',
bound_audiences: "https://github.com/hashicorp/vault-action",
bound_audiences: 'https://github.com/hashicorp/vault-action',
bound_claims: {
iss: 'vault-action'
},
Expand Down Expand Up @@ -177,7 +177,7 @@ describe('jwt auth', () => {
},
json: {
role_type: 'jwt',
bound_audiences: null,
bound_audiences: 'sigstore',
bound_claims: {
iss: 'vault-action',
aud: 'sigstore',
Expand Down

0 comments on commit 4228db3

Please sign in to comment.