Skip to content

Commit d237849

Browse files
committed
fix test
1 parent de8b069 commit d237849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/k8sutils/redis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ func TestGetRedisTLSArgs(t *testing.T) {
389389
name: "with TLS configuration",
390390
tlsConfig: &common.TLSConfig{},
391391
clientHost: "redis-host",
392-
expected: []string{"--tls", "--cacert", "/tls/ca.crt", "-h", "redis-host"},
392+
expected: []string{"--tls", "--cacert", "/tls/ca.crt", "--insecure"},
393393
},
394394
{
395395
name: "without TLS configuration",

0 commit comments

Comments
 (0)