From fbcb4981c600814775b5d96be266b518cb0f8453 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 25 Oct 2023 10:29:41 +0200 Subject: [PATCH] x --- internal/dslx/http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dslx/http_test.go b/internal/dslx/http_test.go index c6d99f7183..0f49c2c594 100644 --- a/internal/dslx/http_test.go +++ b/internal/dslx/http_test.go @@ -252,7 +252,7 @@ func TestHTTPRequest(t *testing.T) { }) t.Run("with invalid domain", func(t *testing.T) { - httpTransport := HTTPTransport{ + httpTransport := HTTPConnection{ Address: "1.2.3.4:567", Domain: "\t", // invalid domain Network: "tcp",