Skip to content

Commit

Permalink
Revert "modify robots test"
Browse files Browse the repository at this point in the history
This reverts commit 6ccaad2.
  • Loading branch information
pivilartisant committed Dec 4, 2024
1 parent 6ccaad2 commit d288070
Show file tree
Hide file tree
Showing 4 changed files with 661 additions and 105 deletions.
8 changes: 2 additions & 6 deletions api/test/robot_tests/cmd/cmd.robot
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ POST a Smart Contract
${sc}= Get File For Streaming Upload ${CURDIR}/../../testSC/build/main-testSC.wasm
${data}= Create Dictionary
... walletNickname=${WALLET_NICKNAME}
... smartContract=${base64encodedSc}
... maxCoins="3000000000000"
... coins="300000000000"
... fee="1000000000"
... parameters=""
... description=""
... coins="3000000000"
... fee="10000000"
${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 d288070

Please sign in to comment.