mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
This reverts commit 346bfafddd
.
This commit is contained in:
@ -191,7 +191,7 @@ var _ = Describe("NewFailoverClusterClient", func() {
|
||||
err = master.Shutdown(ctx).Err()
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Eventually(func() error {
|
||||
return master.Ping(ctx).Err()
|
||||
return sentinelMaster.Ping(ctx).Err()
|
||||
}, "15s", "100ms").Should(HaveOccurred())
|
||||
|
||||
// Check that client picked up new master.
|
||||
|
Reference in New Issue
Block a user