diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-11 18:09:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 18:09:36 -0400 |
commit | 72662f790bad0a3dc26a6a1498b6daa936702bb6 (patch) | |
tree | 602f6d9d4264ac84e4365df9edfd87767b7175a7 /test/system/220-healthcheck.bats | |
parent | ec3037062d1f9a5ece00ffd465c0f815c06f1b5c (diff) | |
parent | 4fbc5b8fe75b3d486a97c013af7a6b085292b46a (diff) | |
download | podman-72662f790bad0a3dc26a6a1498b6daa936702bb6.tar.gz podman-72662f790bad0a3dc26a6a1498b6daa936702bb6.tar.bz2 podman-72662f790bad0a3dc26a6a1498b6daa936702bb6.zip |
Merge pull request #11525 from rhatdan/healthcheck
Stop outputting 'healthy' on healthcheck
Diffstat (limited to 'test/system/220-healthcheck.bats')
-rw-r--r-- | test/system/220-healthcheck.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/220-healthcheck.bats b/test/system/220-healthcheck.bats index f929c6770..e416629e6 100644 --- a/test/system/220-healthcheck.bats +++ b/test/system/220-healthcheck.bats @@ -74,7 +74,7 @@ EOF # # So, just force a healthcheck run, then confirm that it's running. run_podman healthcheck run healthcheck_c - is "$output" "healthy" "output from 'podman healthcheck run'" + is "$output" "" "output from 'podman healthcheck run'" _check_health "All healthy" " Status | healthy |