From 56ea112908133f1123f7b6f5c431904aa3fc261f Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Wed, 6 May 2020 15:16:50 -0500 Subject: [PATCH] test: make auth method cli crud test work in both oss and ent (#7800) --- command/acl/authmethod/create/authmethod_create_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/acl/authmethod/create/authmethod_create_test.go b/command/acl/authmethod/create/authmethod_create_test.go index d0558043f1..5132212023 100644 --- a/command/acl/authmethod/create/authmethod_create_test.go +++ b/command/acl/authmethod/create/authmethod_create_test.go @@ -257,6 +257,7 @@ func TestAuthMethodCreateCommand_JSON(t *testing.T) { require.NoError(t, json.Unmarshal([]byte(out), &raw)) delete(raw, "CreateIndex") delete(raw, "ModifyIndex") + delete(raw, "Namespace") require.Equal(t, map[string]interface{}{ "Name": "test",