From 313b40673b0805647010a0753622a73af2958b8c Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Fri, 9 Aug 2024 08:10:54 -0700 Subject: [PATCH] Always send in system-tests (#102) --- features/dapp_develop/cli.go | 1 + 1 file changed, 1 insertion(+) diff --git a/features/dapp_develop/cli.go b/features/dapp_develop/cli.go index aefd787..d4013bd 100644 --- a/features/dapp_develop/cli.go +++ b/features/dapp_develop/cli.go @@ -20,6 +20,7 @@ func invokeContractFromCliTool(deployedContractId, contractName, functionName, f "--rpc-url", e2eConfig.TargetNetworkRPCURL, "--source", e2eConfig.TargetNetworkSecretKey, "--network-passphrase", e2eConfig.TargetNetworkPassPhrase, + "--send", "yes", "--", functionName, }