mirror of https://github.com/status-im/consul.git
Fix test
This commit is contained in:
parent
42ae90f473
commit
5bc4aa49bd
|
@ -43,6 +43,7 @@ func TestConnectExpose(t *testing.T) {
|
|||
entry, _, err := client.ConfigEntries().Get(api.IngressGateway, "ingress", nil)
|
||||
require.NoError(err)
|
||||
ns := entry.(*api.IngressGatewayConfigEntry).Namespace
|
||||
ap := entry.(*api.IngressGatewayConfigEntry).Partition
|
||||
expected := &api.IngressGatewayConfigEntry{
|
||||
Kind: api.IngressGateway,
|
||||
Name: "ingress",
|
||||
|
|
Loading…
Reference in New Issue