[bitnami/hyperledger-fabric] ci: 👷 fix ledgerutil test

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier Salmeron Garcia 2024-07-18 12:54:47 +02:00
parent 8682fe36d3
commit 9f7ef9367c
No known key found for this signature in database
GPG Key ID: 1B9DAB50322F361A
1 changed files with 3 additions and 3 deletions

View File

@ -25,10 +25,10 @@ command:
stderr:
- "fabric discovery service"
check-ledgerutil:
exec: ledgerutil verify
exec: ledgerutil help
exit-status: 0
stdout:
- "No error is found"
stderr:
- "Verify the integrity"
check-osnadmin:
exec: osnadmin --help
exit-status: 0