From fd650699b2c93ef4486ca2b77f5f3c1b103d42b5 Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Thu, 7 Nov 2024 11:11:49 -0600 Subject: [PATCH] update incorrect test comment (#319) --- path_login_test.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/path_login_test.go b/path_login_test.go index f6e54e35..577f427e 100644 --- a/path_login_test.go +++ b/path_login_test.go @@ -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