Skip to content

Commit

Permalink
Fix TestGoodChannelCreateConfigUpdate
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mastersingh24 committed Sep 6, 2018
1 parent ffa535e commit c858fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sampleconfig/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Capabilities:
V1_3: true
# V1.2 for Application enables the new non-backwards compatible
# features and fixes of fabric v1.2, it implies V1_1.
V1_2: true
V1_2: false
# V1.1 for Application enables the new non-backwards compatible
# features and fixes of fabric v1.1 (note, this need not be set if
# V1_2 is set).
Expand Down Expand Up @@ -546,4 +546,4 @@ Profiles:
<<: *SampleOrgPolicies
Admins:
Type: Signature
Rule: "OR('SampleOrg.member')"
Rule: "OR('SampleOrg.member')"

0 comments on commit c858fee

Please sign in to comment.