From c96ad1b30abe0495c3debcf7ca8260af617c3520 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Fri, 15 Feb 2019 09:27:57 -0800 Subject: [PATCH] Fix agent test (#6243) --- command/agent_test.go | 1 + 1 file changed, 1 insertion(+) 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",