test: make auth method cli crud test work in both oss and ent (#7800)

This commit is contained in:
R.B. Boyer 2020-05-06 15:16:50 -05:00 committed by GitHub
parent ea21280636
commit 095f0503e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",