Skip to content

Commit

Permalink
modify robots test
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Dec 4, 2024
1 parent 916d559 commit 6ccaad2
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 661 deletions.
8 changes: 6 additions & 2 deletions api/test/robot_tests/cmd/cmd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ POST a Smart Contract
${sc}= Get File For Streaming Upload ${CURDIR}/../../testSC/build/main-testSC.wasm
${data}= Create Dictionary
... walletNickname=${WALLET_NICKNAME}
... coins="3000000000"
... fee="10000000"
... smartContract=${base64encodedSc}
... maxCoins="3000000000000"
... coins="300000000000"
... fee="1000000000"
... parameters=""
... description=""
${file}= Create Dictionary smartContract=${sc}
${response}= POST ${API_URL}/cmd/deploySC data=${data} files=${file} expected_status=any
Log To Console json response: ${response.json()} # Print the response content to the test log for debugging
Expand Down
Binary file modified pkg/nss/testdata/cert9.db
Binary file not shown.
Binary file modified pkg/nss/testdata/key4.db
Binary file not shown.
Loading

0 comments on commit 6ccaad2

Please sign in to comment.