removed unused bound ports for test
This commit is contained in:
@@ -33,9 +33,6 @@ def redis_container() -> Generator[str]:
|
||||
container = RedisContainer(
|
||||
image="redis/redis-stack:7.2.0-v0",
|
||||
port=6379,
|
||||
).with_bind_ports(
|
||||
container=6379,
|
||||
host=6379,
|
||||
)
|
||||
container.start()
|
||||
# Set environment variable for Redis URI
|
||||
|
||||
Reference in New Issue
Block a user