Skip to content

Commit

Permalink
fix master
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
  • Loading branch information
drivebyer committed Jan 14, 2025
1 parent c6fef9d commit d668b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data-assert/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func genRedisDataCmd(cmd *cobra.Command, args []string) {
})
case "sentinel":
rdb = redis.NewFailoverClient(&redis.FailoverOptions{
MasterName: "mymaster",
MasterName: "myMaster",
SentinelAddrs: hosts,
Password: pass,
})
Expand Down
2 changes: 1 addition & 1 deletion tests/data-assert/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ data:
})
case "sentinel":
rdb = redis.NewFailoverClient(&redis.FailoverOptions{
MasterName: "mymaster",
MasterName: "myMaster",
SentinelAddrs: hosts,
Password: pass,
})
Expand Down

0 comments on commit d668b0f

Please sign in to comment.