Skip to content

Commit

Permalink
add contract base64
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 4, 2024
1 parent adc3ea8 commit 7bd1cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/test/robot_tests/cmd/cmd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ POST /cmd/read-only/executesc
Should Contain string(${response.json()}) TestSC is deployed at

POST a Smart Contract
${base64encodedSc}= Get File For DeploySc ${CURDIR}/smart_contract_base64.txt
${data}= Create Dictionary
... smartContract=${base64encodedSc}
... maxCoins="3000000000000"
Expand Down

0 comments on commit 7bd1cc2

Please sign in to comment.