Skip to content

Commit

Permalink
TEST_REDIS6_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Sep 8, 2024
1 parent 81aa5cb commit a7b1674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exporter/streams_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ func TestStreamsGetStreamInfoUsingValKey7(t *testing.T) {
}

func TestStreamsScanStreamGroups123(t *testing.T) {
if os.Getenv("TEST_REDIS_URI") == "" {
t.Skipf("TEST_REDIS_URI not set - skipping")
if os.Getenv("TEST_REDIS6_URI") == "" {
t.Skipf("TEST_REDIS6_URI not set - skipping")
}
addr := os.Getenv("TEST_REDIS_URI")
addr := os.Getenv("TEST_REDIS6_URI")

c, err := redis.DialURL(addr)
if err != nil {
Expand Down

0 comments on commit a7b1674

Please sign in to comment.