Skip to content

Commit

Permalink
fix integration test jwt audience
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Jul 31, 2024
1 parent 3224a22 commit 28ceaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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: null,
bound_audiences: "https://github.com/hashicorp/vault-action",
bound_claims: {
iss: 'vault-action'
},
Expand Down

0 comments on commit 28ceaa8

Please sign in to comment.