mirror of
https://github.com/redis/go-redis.git
synced 2025-08-06 01:35:48 +03:00
Fix build
This commit is contained in:
@@ -206,7 +206,8 @@ var _ = Describe("Redis Ring", func() {
|
||||
ring = redis.NewRing(opts)
|
||||
|
||||
err := ring.Ping().Err()
|
||||
Expect(err).To(MatchError("ERR Client sent AUTH, but no password is set"))
|
||||
Expect(err).To(HaveOccurred())
|
||||
Expect(err.Error()).To(ContainSubstring("ERR AUTH"))
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user