fix TestProxyConfigEntry (#14435)

This commit is contained in:
malizz 2022-09-01 11:37:47 -07:00 committed by GitHub
parent b9f0241d93
commit c5cbd45b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -2959,8 +2959,9 @@ func TestProxyConfigEntry(t *testing.T) {
Name: "",
},
expected: &ProxyConfigEntry{
Name: ProxyConfigGlobal,
Kind: ProxyDefaults,
Name: ProxyConfigGlobal,
Kind: ProxyDefaults,
EnterpriseMeta: *acl.DefaultEnterpriseMeta(),
},
},
}