Skip to content

Commit c858fee

Browse files
committed
Fix TestGoodChannelCreateConfigUpdate
Issue was that sampleconfig/configtx.yaml set both v1_2 and v1_3 to true and the test would fail due to non-deteministic map parsing. Fixes FAB-11891 #done Change-Id: Ib83c46617f9916a33547709172c7311d14b9e4cb Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
1 parent ffa535e commit c858fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sampleconfig/configtx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Capabilities:
104104
V1_3: true
105105
# V1.2 for Application enables the new non-backwards compatible
106106
# features and fixes of fabric v1.2, it implies V1_1.
107-
V1_2: true
107+
V1_2: false
108108
# V1.1 for Application enables the new non-backwards compatible
109109
# features and fixes of fabric v1.1 (note, this need not be set if
110110
# V1_2 is set).
@@ -546,4 +546,4 @@ Profiles:
546546
<<: *SampleOrgPolicies
547547
Admins:
548548
Type: Signature
549-
Rule: "OR('SampleOrg.member')"
549+
Rule: "OR('SampleOrg.member')"

0 commit comments

Comments
 (0)