Skip to content

Commit

Permalink
test valkey 8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Oct 14, 2024
1 parent c72f959 commit 8b741c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter/tls_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package exporter

import (
log "github.com/sirupsen/logrus"
"os"
"strings"
"testing"
Expand Down Expand Up @@ -45,6 +46,7 @@ func TestCreateClientTLSConfig(t *testing.T) {
}

func TestValkeyTLSScheme(t *testing.T) {
log.SetLevel(log.DebugLevel)
for _, host := range []string{
os.Getenv("TEST_REDIS7_TLS_URI"),
os.Getenv("TEST_VALKEY8_TLS_URI"),
Expand Down

0 comments on commit 8b741c2

Please sign in to comment.