fixed sonarqube issues
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user