Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Dec 15, 2023
1 parent 52f997a commit 1656603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cert_delivery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function get_last_sequncer_generated_certificate () {

function check_certificate_delivered () {
# $1 - node name
# $2 - certificate id
docker compose logs $1 | grep -e "Certificate delivered $2" > /dev/null
local certificate_delivered=$?
echo $certificate_delivered
Expand Down

0 comments on commit 1656603

Please sign in to comment.