Skip to content

Commit 0020ab1

Browse files
committed
Oops
1 parent 4c2e00c commit 0020ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def redis_container(worker_id):
4242
"""
4343
# Set the Compose project name so containers do not clash across workers
4444
os.environ["COMPOSE_PROJECT_NAME"] = f"redis_test_{worker_id}"
45-
os.environ.setdefault("REDIS_IMAGE", "redis:latest")
45+
os.environ.setdefault("REDIS_IMAGE", "redis/redis-stack-server:latest")
4646

4747
compose = DockerCompose(
4848
context="tests",

0 commit comments

Comments
 (0)