From 9f5db5feb504988dc264ff37d75baff8d773c13e Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 7 May 2019 19:24:37 +0700 Subject: smtp: remove unused global variable "testSMTPAddress" on test file --- lib/smtp/smtp_test.go | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.3