Skip to content

Commit

Permalink
fix integration test chaincode deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Johann Westphall <johannwestphall@gmail.com>
  • Loading branch information
johannww authored and denyeart committed Jun 27, 2024
1 parent 03b4ee2 commit c27d12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/lifecycle/capabilities_endorse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ var _ = Describe("Lifecycle with Channel v3_0 capabilities and ed25519 identitie
chaincode = nwo.Chaincode{
Name: "mycc",
Version: "0.0",
Path: "github.com/hyperledger/fabric/integration/chaincode/simple/cmd",
Lang: "golang",
Path: components.Build("github.com/hyperledger/fabric/integration/chaincode/simple/cmd"),
Lang: "binary",
PackageFile: filepath.Join(testDir, "simplecc.tar.gz"),
Ctor: `{"Args":["init","a","100","b","200"]}`,
SignaturePolicy: `AND ('Org1MSP.peer', 'Org2MSP.peer')`,
Expand Down

0 comments on commit c27d12a

Please sign in to comment.