jinnrry %!s(int64=2) %!d(string=hai) anos
pai
achega
215ff7e7c4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) {
-	days, err := CheckSSLCrtInfo()
+	days, tm, err := CheckSSLCrtInfo()
 
-	fmt.Println(days, err)
+	fmt.Println(days, tm, err)
 }