Browse Source

add missing tests for ServiceGateways

pull/13596/head
Dhia Ayachi 2 years ago
parent
commit
e2614836a8
  1. 1
      agent/consul/state/catalog.go

1
agent/consul/state/catalog.go

@ -2898,6 +2898,7 @@ func (s *Store) ServiceGateways(ws memdb.WatchSet, service string, entMeta *acl.
q := Query{
Value: gs.Gateway.Name,
EnterpriseMeta: gs.Gateway.EnterpriseMeta,
PeerName: peerName,
}
iterService, err := tx.Get(tableServices, indexService, q)

Loading…
Cancel
Save