From d27208ce7c4cc055f617b19a102e021034f41d5e Mon Sep 17 00:00:00 2001 From: freddygv Date: Thu, 11 Mar 2021 16:26:55 -0700 Subject: [PATCH] Fixup more tests --- agent/agent_endpoint_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/agent_endpoint_test.go b/agent/agent_endpoint_test.go index b2f96720e..9ca911bf9 100644 --- a/agent/agent_endpoint_test.go +++ b/agent/agent_endpoint_test.go @@ -397,7 +397,7 @@ func TestAgent_Service(t *testing.T) { Service: "web-sidecar-proxy", Port: 8000, Proxy: expectProxy.ToAPI(), - ContentHash: "4c7d5f8d3748be6d", + ContentHash: "9d9b74b6df3fccd9", Weights: api.AgentWeights{ Passing: 1, Warning: 1, @@ -411,7 +411,7 @@ func TestAgent_Service(t *testing.T) { // Copy and modify updatedResponse := *expectedResponse updatedResponse.Port = 9999 - updatedResponse.ContentHash = "713435ba1f5badcf" + updatedResponse.ContentHash = "a0d21e81f72cdf7b" // Simple response for non-proxy service registered in TestAgent config expectWebResponse := &api.AgentService{