fixed typo

This commit is contained in:
AndrewChubatiuk
2021-02-09 17:04:35 +02:00
parent 8e09d7c394
commit 501d27c9b5

View File

@@ -52,7 +52,7 @@ func TestConnect_newConnect(t *testing.T) {
Native: false,
SidecarService: &structs.ConsulSidecarService{
Tags: []string{"foo", "bar"},
Port: "connext-proxy-redis",
Port: "connect-proxy-redis",
},
}, testConnectNetwork, testConnectPorts)
require.NoError(t, err)
@@ -99,7 +99,7 @@ func TestConnect_connectSidecarRegistration(t *testing.T) {
t.Run("bad proxy", func(t *testing.T) {
_, err := connectSidecarRegistration("redis-service-id", &structs.ConsulSidecarService{
Port: "connext-proxy-redis",
Port: "connect-proxy-redis",
Proxy: &structs.ConsulProxy{
Expose: &structs.ConsulExposeConfig{
Paths: []structs.ConsulExposePath{{