From 04626eb1ee4070422ce7ab819c4e25abe29af888 Mon Sep 17 00:00:00 2001 From: Joao Patricio Date: Thu, 30 Mar 2023 20:26:53 +0100 Subject: [PATCH] wip --- tests/Feature/DockerCommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/DockerCommandsTest.php b/tests/Feature/DockerCommandsTest.php index 1dd6c042f..14f287590 100644 --- a/tests/Feature/DockerCommandsTest.php +++ b/tests/Feature/DockerCommandsTest.php @@ -36,7 +36,7 @@ "docker stop $(docker ps --filter='name={$coolifyNamePrefix}*' -aq)", "docker rm $(docker ps --filter='name={$coolifyNamePrefix}*' -aq)", ], $host); - ray($activity->description); + expect($activity->getExtraProperty('exitCode'))->toBe(0); // Assert there's no containers start with coolify_test_*