Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 25, 2023
1 parent 74dfa59 commit fbcb498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dslx/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fbcb498

Please sign in to comment.