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

Commit 27a1c09

Browse files
committed
Fix intergration-test-local target with fabric1.4
Change-Id: I25574998add3f2eac9ecae26466ad0b870e24fb2 Signed-off-by: talwinder.kaur <Talwinder.Kaur@securekey.com>
1 parent f50af62 commit 27a1c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/fixtures/dockerenv/devstable-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
export FABRIC_ARCH=""
1313
export FABRIC_ARCH_SEP=""
1414

15-
export FABRIC_FIXTURE_VERSION="v1.3"
15+
export FABRIC_FIXTURE_VERSION="v1.4"
1616
export FABRIC_CRYPTOCONFIG_VERSION="v1"
1717

1818
export FABRIC_CA_FIXTURE_TAG="stable"

test/metadata/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
88
package metadata
99

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

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

0 commit comments

Comments
 (0)