fixed sonarqube issues

This commit is contained in:
2025-12-17 09:42:18 +08:00
parent d385044237
commit e6b3e3b3ae
9 changed files with 137 additions and 123 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/redis/go-redis/v9"
)
func TestInit_DefaultValues(t *testing.T) {
func TestInitDefaultValues(t *testing.T) {
// Save original values
originalHost := os.Getenv("REDIS_HOST")
originalPort := os.Getenv("REDIS_PORT")