Skip to content

Commit

Permalink
update incorrect test comment (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Nov 7, 2024
1 parent 8a2344e commit fd65069
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions path_login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,8 @@ func getTestOIDC(t *testing.T) string {
return out.AccessToken
}

// TestLoginBoundAudiences tests that the login JWT's aud claim is ignored if
// it is a single string. This is a case that is fixed in later versions of
// the plugin.
// See https://github.com/hashicorp/vault-plugin-auth-jwt/pull/308
// TestLoginBoundAudiences tests that the login JWT's aud claim is not ignored
// if it is set.
func TestLoginBoundAudiences(t *testing.T) {
testCases := []struct {
name string
Expand Down

0 comments on commit fd65069

Please sign in to comment.