Skip to content

Commit 1b152f3

Browse files
committed
Update pvtdata integration to use binary launcher
FAB-14494 Change-Id: Ia8e717eacbea887668cdd05ba6b248bae72bfc51 Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
1 parent 2def46b commit 1b152f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/pvtdata/pvtdata_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ var _ bool = Describe("PrivateData", func() {
7474
newLifecycleChaincode = nwo.Chaincode{
7575
Name: "marblesp",
7676
Version: "1.0",
77-
Path: "github.com/hyperledger/fabric/integration/chaincode/marbles_private/cmd",
78-
Lang: "golang",
77+
Path: components.Build("github.com/hyperledger/fabric/integration/chaincode/marbles_private/cmd"),
78+
Lang: "binary",
7979
PackageFile: filepath.Join(testDir, "marbles-pvtdata.tar.gz"),
8080
Label: "marbles-private-20",
8181
SignaturePolicy: `OR ('Org1MSP.member','Org2MSP.member', 'Org3MSP.member')`,

0 commit comments

Comments
 (0)