fix TestProxyConfigEntry (#14435)
This commit is contained in:
parent
b9f0241d93
commit
c5cbd45b7d
|
@ -2959,8 +2959,9 @@ func TestProxyConfigEntry(t *testing.T) {
|
||||||
Name: "",
|
Name: "",
|
||||||
},
|
},
|
||||||
expected: &ProxyConfigEntry{
|
expected: &ProxyConfigEntry{
|
||||||
Name: ProxyConfigGlobal,
|
Name: ProxyConfigGlobal,
|
||||||
Kind: ProxyDefaults,
|
Kind: ProxyDefaults,
|
||||||
|
EnterpriseMeta: *acl.DefaultEnterpriseMeta(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue