mirror of
https://github.com/distribution/distribution.git
synced 2025-09-08 18:29:52 +00:00
2
registry/storage/cache/redis/redis_test.go
vendored
2
registry/storage/cache/redis/redis_test.go
vendored
@@ -39,7 +39,7 @@ func TestRedisBlobDescriptorCacheProvider(t *testing.T) {
|
||||
_, err := c.Do("PING")
|
||||
return err
|
||||
},
|
||||
Wait: false, // if a connection is not avialable, proceed without cache.
|
||||
Wait: false, // if a connection is not available, proceed without cache.
|
||||
}
|
||||
|
||||
// Clear the database
|
||||
|
Reference in New Issue
Block a user