Skip to content

Commit d668b0f

Browse files
committed
fix master
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
1 parent c6fef9d commit d668b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/data-assert/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func genRedisDataCmd(cmd *cobra.Command, args []string) {
8181
})
8282
case "sentinel":
8383
rdb = redis.NewFailoverClient(&redis.FailoverOptions{
84-
MasterName: "mymaster",
84+
MasterName: "myMaster",
8585
SentinelAddrs: hosts,
8686
Password: pass,
8787
})

tests/data-assert/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ data:
8888
})
8989
case "sentinel":
9090
rdb = redis.NewFailoverClient(&redis.FailoverOptions{
91-
MasterName: "mymaster",
91+
MasterName: "myMaster",
9292
SentinelAddrs: hosts,
9393
Password: pass,
9494
})

0 commit comments

Comments
 (0)