jinnrry 2 年 前
コミット
215ff7e7c4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      server/services/setup/ssl/ssl_test.go

+ 2 - 2
server/services/setup/ssl/ssl_test.go

@@ -11,7 +11,7 @@ func TestGenSSL(t *testing.T) {
 }
 }
 
 
 func TestGetSSLCrtInfo(t *testing.T) {
 func TestGetSSLCrtInfo(t *testing.T) {
-	days, err := CheckSSLCrtInfo()
+	days, tm, err := CheckSSLCrtInfo()
 
 
-	fmt.Println(days, err)
+	fmt.Println(days, tm, err)
 }
 }