diff --git a/internal/crypto/jwt/jwt_test.go b/internal/crypto/jwt/jwt_test.go index a169e4e..b9a7b0b 100644 --- a/internal/crypto/jwt/jwt_test.go +++ b/internal/crypto/jwt/jwt_test.go @@ -4,7 +4,6 @@ import ( "net/http" "net/http/httptest" "nixcn-cms/config" - "os" "testing" "time" @@ -14,7 +13,6 @@ import ( ) func init() { - os.Setenv("GO_ENV", "test") config.Init() }