Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 8472022

Browse files
committed
FAB-11480 Build failures
Change-Id: I3f7a00fa9b84b8eede6922afeee2428a94990f19 Signed-off-by: rickr <cr22rc@gmail.com>
1 parent 61b439e commit 8472022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/fixture/sdkintegration/network_configs/network-config-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ channels:
9898
endorsingPeer: true
9999
chaincodeQuery: true
100100
ledgerQuery: true
101-
eventSource: false
101+
eventSource: true
102102

103103
# [Optional]. what chaincodes are expected to exist on this channel? The application can use
104104
# this information to validate that the target peers are in the expected state by comparing

src/test/fixture/sdkintegration/network_configs/network-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ channels:
9898
endorsingPeer: true
9999
chaincodeQuery: true
100100
ledgerQuery: true
101-
eventSource: false
101+
eventSource: true
102102

103103
# [Optional]. what chaincodes are expected to exist on this channel? The application can use
104104
# this information to validate that the target peers are in the expected state by comparing

0 commit comments

Comments
 (0)