From 501d27c9b5f63013148c78eff2835ed2feb6296d Mon Sep 17 00:00:00 2001 From: AndrewChubatiuk Date: Tue, 9 Feb 2021 17:04:35 +0200 Subject: [PATCH] fixed typo --- command/agent/consul/connect_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/agent/consul/connect_test.go b/command/agent/consul/connect_test.go index 66464d78b..dd3332ecb 100644 --- a/command/agent/consul/connect_test.go +++ b/command/agent/consul/connect_test.go @@ -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{{