Browse Source

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

pull/7802/head
R.B. Boyer 5 years ago committed by GitHub
parent
commit
56ea112908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      command/acl/authmethod/create/authmethod_create_test.go

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

Loading…
Cancel
Save