diff options
| author | Shulhan <ms@kilabit.info> | 2019-05-07 19:24:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-05-07 19:24:37 +0700 |
| commit | 9f5db5feb504988dc264ff37d75baff8d773c13e (patch) | |
| tree | 5b097a7449609e04d3729ec72f7c3000ef24fcbf | |
| parent | b91f0a53dff79db9f5f93bf2305e13038e2f00e5 (diff) | |
| download | pakakeh.go-9f5db5feb504988dc264ff37d75baff8d773c13e.tar.xz | |
smtp: remove unused global variable "testSMTPAddress" on test file
| -rw-r--r-- | lib/smtp/smtp_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/smtp/smtp_test.go b/lib/smtp/smtp_test.go index a8a6cc44..a1332084 100644 --- a/lib/smtp/smtp_test.go +++ b/lib/smtp/smtp_test.go @@ -20,7 +20,6 @@ const ( testDomain = "mail.kilabit.local" testPassword = "secret" testTLSAddress = "127.0.0.1:2533" - testSMTPAddress = "smtp://" + testAddress testSMTPSAddress = "smtps://" + testTLSAddress testFileCertificate = "testdata/" + testDomain + ".cert.pem" testFilePrivateKey = "testdata/" + testDomain + ".key.pem" |
