From 0f6ea0f344299effef8d7d9ab5a763375a872ec8 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Tue, 17 Jan 2023 15:47:30 +0100 Subject: [PATCH] test --- apmproxy/receiver_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apmproxy/receiver_test.go b/apmproxy/receiver_test.go index 26af1fcb..87b8a73a 100644 --- a/apmproxy/receiver_test.go +++ b/apmproxy/receiver_test.go @@ -68,7 +68,7 @@ func TestInfoProxy(t *testing.T) { }() hosts, _ := net.LookupHost("localhost") - url := "http://" + hosts[0] + ":1234" + url := "http://" + hosts[1] + ":1234" // Create a request to send to the extension req, err := http.NewRequest(http.MethodGet, url, nil)