mirror of
https://github.com/status-im/consul.git
synced 2025-02-13 06:06:40 +00:00
Fix ENT drift in files (#13647)
This commit is contained in:
parent
5105835cb2
commit
b186731a2e
@ -1256,7 +1256,6 @@ func registerLocalAndRemoteServicesVIPEnabled(t *testing.T, state *state.Store)
|
|||||||
Proxy: structs.ConnectProxyConfig{
|
Proxy: structs.ConnectProxyConfig{
|
||||||
DestinationServiceName: "web",
|
DestinationServiceName: "web",
|
||||||
},
|
},
|
||||||
LocallyRegisteredAsSidecar: true,
|
|
||||||
},
|
},
|
||||||
PeerName: "peer-a",
|
PeerName: "peer-a",
|
||||||
}))
|
}))
|
||||||
@ -1292,7 +1291,6 @@ func registerLocalAndRemoteServicesVIPEnabled(t *testing.T, state *state.Store)
|
|||||||
Proxy: structs.ConnectProxyConfig{
|
Proxy: structs.ConnectProxyConfig{
|
||||||
DestinationServiceName: "web",
|
DestinationServiceName: "web",
|
||||||
},
|
},
|
||||||
LocallyRegisteredAsSidecar: true,
|
|
||||||
},
|
},
|
||||||
PeerName: "peer-b",
|
PeerName: "peer-b",
|
||||||
}))
|
}))
|
||||||
|
@ -2787,15 +2787,13 @@ func TestInternal_PeeredUpstreams(t *testing.T) {
|
|||||||
|
|
||||||
testrpc.WaitForLeader(t, s1.RPC, "dc1")
|
testrpc.WaitForLeader(t, s1.RPC, "dc1")
|
||||||
|
|
||||||
state := s1.fsm.State()
|
|
||||||
|
|
||||||
// Services
|
// Services
|
||||||
// api local
|
// api local
|
||||||
// web peer: peer-a
|
// web peer: peer-a
|
||||||
// web-proxy peer: peer-a
|
// web-proxy peer: peer-a
|
||||||
// web peer: peer-b
|
// web peer: peer-b
|
||||||
// web-proxy peer: peer-b
|
// web-proxy peer: peer-b
|
||||||
registerLocalAndRemoteServicesVIPEnabled(t, state)
|
registerLocalAndRemoteServicesVIPEnabled(t, s1.fsm.State())
|
||||||
|
|
||||||
codec := rpcClient(t, s1)
|
codec := rpcClient(t, s1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user