Skip to content

Commit

Permalink
add trash
Browse files Browse the repository at this point in the history
  • Loading branch information
yokofly committed Dec 12, 2024
1 parent 2f18d0d commit 6e49383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stream/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def verify_docker_environment():
logger.debug(f"Docker version: {docker_version.decode('utf-8').strip()}")

# Check docker-compose version
compose_version = subprocess.check_output(["docker", "compose", "version"], stderr=subprocess.STDOUT)
compose_version = subprocess.check_output(["docker-compose", "--version"], stderr=subprocess.STDOUT)
logger.debug(f"Docker Compose version: {compose_version.decode('utf-8').strip()}")

# Check if docker daemon is running
Expand Down

0 comments on commit 6e49383

Please sign in to comment.