Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 17, 2023
1 parent 3b03511 commit 0f6ea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apmproxy/receiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0f6ea0f

Please sign in to comment.