From 4d8846ce3a208162d704f341cbadc71d369f599f Mon Sep 17 00:00:00 2001 From: tyler36 <7234392+tyler36@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:26:45 +0000 Subject: [PATCH] Add health check clarification --- tests/test.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test.bats b/tests/test.bats index b656839..2a459f6 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -21,7 +21,9 @@ teardown() { } health_checks() { - # Make sure cron process is running + # Make sure cron process is running. + # We use `time_cron_checks` to check the example cron job is actually correctly implemented. + # This is due to the need to test the health-check when there are no jobs added. ddev exec 'sudo killall -0 cron' }