diff --git a/command/agent_test.go b/command/agent_test.go index f08a13f58d..5b160de9c2 100644 --- a/command/agent_test.go +++ b/command/agent_test.go @@ -71,6 +71,7 @@ func TestAgent_Cache_UnixListener(t *testing.T) { } _, err = client.Logical().Write("auth/jwt/role/test", map[string]interface{}{ + "role_type": "jwt", "bound_subject": "r3qXcK2bix9eFECzsU3Sbmh0K16fatW6@clients", "bound_audiences": "https://vault.plugin.auth.jwt.test", "user_claim": "https://vault/user",