Skip to content

Commit

Permalink
change localhost to 127.0.0.1 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
xhit committed Jul 4, 2023
1 parent 0cb04f1 commit abb18ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestSendRace(t *testing.T) {
server.ConnectTimeout = timeout
server.SendTimeout = timeout
server.KeepAlive = false
server.Host = `localhost`
server.Host = `127.0.0.1`
server.Port = port

smtpClient, err := server.Connect()
Expand Down

0 comments on commit abb18ea

Please sign in to comment.