mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
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…
x
Reference in New Issue
Block a user