فهرست منبع

chore: remove TestSend temporarily

roberChen 4 سال پیش
والد
کامیت
de52d39f17
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      mail/smtp_test.go

+ 3 - 1
mail/smtp_test.go

@@ -1,11 +1,12 @@
 package mail
 
 import (
-	"os"
+	// "os"
 	"testing"
 )
 
 func TestSend(t *testing.T) {
+	/*
 	conf := &SMTPConfig{
 		Username: "swh@adm***.com",
 		Password: "",
@@ -26,4 +27,5 @@ func TestSend(t *testing.T) {
 	} else {
 		t.Log("发送成功")
 	}
+	*/
 }