Skip to content

Commit

Permalink
Typo fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Oct 4, 2024
1 parent ac63b60 commit d7c6e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _healthcheck_wait ()
# Give the container 30s to become ready
elapsed=$((elapsed + delay))
if ((elapsed > timeout)); then
echo "$container_name heathcheck failed"
echo "$container_name healthcheck failed"
exit 1
fi
done
Expand Down

0 comments on commit d7c6e8d

Please sign in to comment.