diff --git a/api/smtp_configure_test.go b/api/smtp_configure_test.go index e0dee5a..1b3125f 100644 --- a/api/smtp_configure_test.go +++ b/api/smtp_configure_test.go @@ -6,7 +6,7 @@ import ( ) func cleanSmtpVars() { - for _, env := range []string{"SMTP_USERNAME", "SMTP_PASSWORD", "SMTP_HOST", "SMTP_FROM_ADDRESS"} { + for _, env := range []string{"SMTP_USERNAME", "SMTP_PASSWORD", "SMTP_HOST", "SMTP_PORT", "SMTP_FROM_ADDRESS"} { os.Setenv(env, "") } }