1
0
mirror of https://github.com/redis/go-redis.git synced 2025-10-20 09:52:25 +03:00

rename test

This commit is contained in:
Nedyalko Dyakov
2025-10-15 18:50:59 +03:00
parent e7dc339478
commit 77c0c73b75

View File

@@ -410,7 +410,9 @@ var _ = Describe("SentinelAclAuth", func() {
})
})
func TestParseFailoverURL(t *testing.T) {
// renaming from TestParseFailoverURL to TestParseSentinelURL
// to be easier to find Failed tests in the test output
func TestParseSentinelURL(t *testing.T) {
cases := []struct {
url string
o *redis.FailoverOptions