From 66e3e95aaf752bd8668d510f79fc3f6236da36e9 Mon Sep 17 00:00:00 2001 From: AndrewChubatiuk Date: Tue, 9 Feb 2021 17:05:55 +0200 Subject: [PATCH] fixed typo --- command/agent/consul/connect_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/consul/connect_test.go b/command/agent/consul/connect_test.go index dd3332ecb..edefa3f88 100644 --- a/command/agent/consul/connect_test.go +++ b/command/agent/consul/connect_test.go @@ -114,7 +114,7 @@ func TestConnect_connectSidecarRegistration(t *testing.T) { t.Run("normal", func(t *testing.T) { proxy, err := connectSidecarRegistration("redis-service-id", &structs.ConsulSidecarService{ Tags: []string{"foo", "bar"}, - Port: "connext-proxy-redis", + Port: "connect-proxy-redis", }, testConnectNetwork, testConnectPorts) require.NoError(t, err) require.Equal(t, &api.AgentServiceRegistration{