diff --git a/agent/consul/state/catalog_oss_test.go b/agent/consul/state/catalog_oss_test.go index 2dedb78396..9e5b872a57 100644 --- a/agent/consul/state/catalog_oss_test.go +++ b/agent/consul/state/catalog_oss_test.go @@ -237,5 +237,17 @@ func testIndexerTableServices() map[string]indexerTestCase { expected: []byte("connectname\x00"), }, }, + indexKind: { + read: indexValue{ + source: "connect-proxy", + expected: []byte("connect-proxy\x00"), + }, + write: indexValue{ + source: &structs.ServiceNode{ + ServiceKind: structs.ServiceKindConnectProxy, + }, + expected: []byte("connect-proxy\x00"), + }, + }, } }