Skip to content

Commit

Permalink
Fix intergration-test-local target with fabric1.4
Browse files Browse the repository at this point in the history
Change-Id: I25574998add3f2eac9ecae26466ad0b870e24fb2
Signed-off-by: talwinder.kaur <Talwinder.Kaur@securekey.com>
  • Loading branch information
talwinder50 committed Jan 21, 2019
1 parent f50af62 commit 27a1c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/dockerenv/devstable-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
export FABRIC_ARCH=""
export FABRIC_ARCH_SEP=""

export FABRIC_FIXTURE_VERSION="v1.3"
export FABRIC_FIXTURE_VERSION="v1.4"
export FABRIC_CRYPTOCONFIG_VERSION="v1"

export FABRIC_CA_FIXTURE_TAG="stable"
Expand Down
2 changes: 1 addition & 1 deletion test/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
package metadata

// ChannelConfigPath is the relative path to the generated channel artifacts directory
var ChannelConfigPath = "test/fixtures/fabric/v1.3/channel"
var ChannelConfigPath = "test/fixtures/fabric/v1.4/channel"

// CryptoConfigPath is the relative path to the generated crypto config directory
var CryptoConfigPath = "test/fixtures/fabric/v1/crypto-config"
Expand Down

0 comments on commit 27a1c09

Please sign in to comment.