From ff87ed073b77a39b3a9cfd6c592de511211c7078 Mon Sep 17 00:00:00 2001 From: Fae Charlton Date: Wed, 3 Apr 2024 18:55:09 -0400 Subject: [PATCH] remove artificial crash --- libbeat/tests/system/beat/compose.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/libbeat/tests/system/beat/compose.py b/libbeat/tests/system/beat/compose.py index b386079c06c0..6d3f70d4df19 100644 --- a/libbeat/tests/system/beat/compose.py +++ b/libbeat/tests/system/beat/compose.py @@ -217,8 +217,6 @@ def compose_project(cls): print("hi fae, docker: %s" % shutil.which("docker")) print("hi fae, docker-compose: %s" % shutil.which("docker-compose")) print("hi fae, isfile(/bin/docker):", os.path.isfile("/bin/docker")) - asdf = 1 - return asdf[5] from python_on_whales import DockerClient docker = DockerClient(