fix: typo in changedetector ready message (#2663)

This commit is contained in:
Andreas Perhab 2022-06-28 11:02:43 +02:00 committed by GitHub
parent 4cf3100e89
commit 68477e9047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ function teardown() {
wait_for_service "${TEST_NAME}" 'changedetector'
# Wait until the changedetector service startup delay is over:
repeat_until_success_or_timeout 20 sh -c "$(_get_service_logs 'changedetector') | grep 'Chagedetector is ready'"
repeat_until_success_or_timeout 20 sh -c "$(_get_service_logs 'changedetector') | grep 'Changedetector is ready'"
}
# Test `acme.json` extraction works at container startup: