Skip to content

Commit bef109f

Browse files
committed
chore(tests): minio global stop lambda fix
1 parent f6543fe commit bef109f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def getMinio(id="disposable"):
182182
result = {
183183
# don't link to actual container, and don't rm it at end
184184
"container": "global",
185-
"stop": lambda x: x,
185+
"stop": lambda: print(),
186186
# "port": port,
187187
"endpoint_url": endpoint_url,
188188
"aws_access_key_id": aws_access_key_id,

0 commit comments

Comments
 (0)