Skip to content

Commit f6f1645

Browse files
committed
[FAB-10280] fix anchor peer port in e2e
Though the anchor peers are not needed for the default e2e integration test (but for other test such as private data), as we may use the default configuration as reference and copy (sometimes), it is better to set the correct port number for anchor peer as in core.yaml. Change-Id: Ie48bec21ebfeef27fc7aba2c50fb6c0691edf848 Signed-off-by: senthil <cendhu@gmail.com>
1 parent 316c196 commit f6f1645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/e2e/e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var _ = Describe("EndToEnd", func() {
5656
MSPDir: "crypto/peerOrganizations/org2.example.com/msp",
5757
AnchorPeers: []*localconfig.AnchorPeer{{
5858
Host: "0.0.0.0",
59-
Port: 8051,
59+
Port: 14051,
6060
}},
6161
}}
6262

0 commit comments

Comments
 (0)