Remove unused TestRcpt constant from client_test.go

The TestRcpt constant was defined but never used within the test file, leading to unnecessary clutter. Removing it enhances code readability and maintainability.
This commit is contained in:
Winni Neessen 2024-10-28 21:14:05 +01:00
parent 5c8d07407f
commit 8e11fabbaf
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -30,8 +30,6 @@ import (
const (
// DefaultHost is used as default hostname for the Client
DefaultHost = "127.0.0.1"
// TestRcpt is a trash mail address to send test mails to
TestRcpt = "couttifaddebro-1473@yopmail.com"
// TestServerProto is the protocol used for the simple SMTP test server
TestServerProto = "tcp"
// TestServerAddr is the address the simple SMTP test server listens on