test: make auth method cli crud test work in both oss and ent (#7800)
This commit is contained in:
parent
ea21280636
commit
095f0503e8
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue