github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/coralogix.com/Alert/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Degraded
     4      message: "error on extracting alert properties: failed to expand notification
     5          group: failed to expand webhooks settings: failed to expand webhook
     6          setting: failed to expand integration: failed to convert name to
     7          integration ID: webhook critical-alerts-webhook not found"
     8    inputPath: testdata/degraded_alert.yaml
     9  - healthStatus:
    10      status: Progressing
    11      message: "Waiting for status to be updated"
    12    inputPath: testdata/progressing_alert.yaml
    13  - healthStatus:
    14      status: Healthy
    15      message: "Resource is ready"
    16    inputPath: testdata/healthy_alert.yaml