From 9601894ebcee13128e1f4482ba15bc1c62dcdb48 Mon Sep 17 00:00:00 2001 From: Peter Elmered Date: Fri, 26 Jul 2024 14:23:07 +0200 Subject: [PATCH] Update snapshot for recently added test --- ...ll_return_the_configured_status_for_a_unhealthy_check__1.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/__snapshots__/HealthCheckJsonResultsControllerTest__it_will_return_the_configured_status_for_a_unhealthy_check__1.yml b/tests/__snapshots__/HealthCheckJsonResultsControllerTest__it_will_return_the_configured_status_for_a_unhealthy_check__1.yml index 830d33f5..4c98b450 100644 --- a/tests/__snapshots__/HealthCheckJsonResultsControllerTest__it_will_return_the_configured_status_for_a_unhealthy_check__1.yml +++ b/tests/__snapshots__/HealthCheckJsonResultsControllerTest__it_will_return_the_configured_status_for_a_unhealthy_check__1.yml @@ -1,3 +1,5 @@ finishedAt: 1609459200 +status: failing +failingChecks: FakeUsedDiskSpace checkResults: - { name: FakeUsedDiskSpace, label: 'Fake Used Disk Space', notificationMessage: 'The disk is almost full (100% used).', shortSummary: 100%, status: failed, meta: { disk_space_used_percentage: 100 } }