Skip to content

Commit c313bf2

Browse files
committed
changed the log check message in BFT test file
Signed-off-by: Sanket Teli <telisanket2002@gmail.com>
1 parent e4062c3 commit c313bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-network/docker/test-05-version3-BFT.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ trap 'networkDown ; echo "Test failed" ; exit 1' ERR SIGINT
5151
# start the network
5252
networkUp
5353

54-
waitForContainer "orderer0.group1.orderer.example.com" "Starting raft node as part of a new channel channel=my-channel1"
54+
waitForContainer "orderer0.group1.orderer.example.com" "Channel created"
5555
waitForContainer "ca.org1.example.com" "Listening on https://0.0.0.0:7054"
5656
waitForContainer "peer0.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
5757
waitForContainer "peer1.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"

0 commit comments

Comments
 (0)