github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/EventBus/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "JetStream is deployed"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: 'failed to get jetstream version, err: unsupported version "iwillfail", supported versions: "2.9.5,latest"'
     9      inputPath: testdata/degraded.yaml