Skip to content

Commit

Permalink
Missed to add one change
Browse files Browse the repository at this point in the history
  • Loading branch information
samof76 committed Sep 3, 2024
1 parent d671c66 commit a17fcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/redisfailover/creation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func (c *clients) testSentinelMonitoring(t *testing.T) {

for _, pod := range sentinelPodList.Items {
ip := pod.Status.PodIP
master, _, _ := c.redisClient.GetSentinelMonitor(ip)
master, _, _ := c.redisClient.GetSentinelMonitor(ip, "mymaster")
masters = append(masters, master)
}

Expand Down

0 comments on commit a17fcfb

Please sign in to comment.