Browse Source

fix TestProxyConfigEntry (#14435)

pull/14454/head
malizz 2 years ago committed by GitHub
parent
commit
f1054dada9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      agent/structs/config_entry_test.go

1
agent/structs/config_entry_test.go

@ -2961,6 +2961,7 @@ func TestProxyConfigEntry(t *testing.T) {
expected: &ProxyConfigEntry{
Name: ProxyConfigGlobal,
Kind: ProxyDefaults,
EnterpriseMeta: *acl.DefaultEnterpriseMeta(),
},
},
}

Loading…
Cancel
Save