mirror of https://github.com/status-im/consul.git
test: make auth method cli crud test work in both oss and ent (#7800)
This commit is contained in:
parent
db870ba92b
commit
56ea112908
|
@ -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