Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 3aad6ab

Browse files
committed
Fixes test for autostart redis-server-bootstrap.
1 parent c24c33c commit 3aad6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shpec/operation_shpec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ function test_custom_configuration ()
586586
&> /dev/null \
587587
&& docker exec \
588588
redis.pool-1.1.1 \
589-
grep -q '^bind 0.0.0.0$' \
589+
grep -q '^maxmemory-policy {{REDIS_MAXMEMORY_POLICY}}$' \
590590
/etc/redis.conf
591591

592592
assert equal \

0 commit comments

Comments
 (0)