Skip to content

Commit

Permalink
fix: update log
Browse files Browse the repository at this point in the history
Signed-off-by: chansuke <[email protected]>
  • Loading branch information
chansuke committed Dec 30, 2024
1 parent 8dc6d01 commit 4b95de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/health_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ func TestSetApplicationHealth_CRDHealthCheck(t *testing.T) {
require.NoError(t, err)

// Debug log to inspect resource statuses
log.Infof("Overall health status: %+v", healthStatus)
log.Infof("Resource statuses after health check: %+v", resourceStatuses)

require.NotNil(t, resourceStatuses[0].Health, "Health should not be nil")
Expand Down

0 comments on commit 4b95de7

Please sign in to comment.